superlint/action.yml
2020-09-03 15:59:01 -06:00

9 lines
278 B
YAML

name: 'Super-Linter'
author: 'GitHub'
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
runs:
using: 'docker'
image: 'docker://ghcr.io/github/super-linter:v3'
branding:
icon: 'check-square'
color: 'white'