superlint/action.yml

10 lines
277 B
YAML
Raw Normal View History

2020-05-14 09:33:50 -04:00
name: 'Super-Linter'
author: 'GitHub'
description: 'It is a simple combination of various linters, written in bash, to help validate your source code.'
runs:
2020-05-13 18:25:50 -04:00
using: 'docker'
2020-09-03 17:59:01 -04:00
image: 'docker://ghcr.io/github/super-linter:v3'
2020-05-13 18:25:50 -04:00
branding:
2020-11-05 17:21:41 -05:00
icon: 'check-square'
2020-05-13 18:25:50 -04:00
color: 'white'