Create action.yml

This commit is contained in:
Zack Koppert 2020-05-13 15:25:50 -07:00 committed by GitHub
parent c8ae48d6d9
commit a5b0d91159
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
action.yml Normal file
View file

@ -0,0 +1,9 @@
name: super-linter
author: github
description: It is a simple combination on various linters, written in bash, to help validate your source code.
runs:
using: 'docker'
image: 'Dockerfile'
branding:
icon: 'check-square'
color: 'white'