superlint/action.yml
2020-07-16 07:09:08 -07:00

9 lines
270 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://github/super-linter:v3'
branding:
icon: 'check-square'
color: 'white'