Merge pull request #90 from github/marketplace-listing

Requirements for listing action in the actions marketplace
This commit is contained in:
Lukas Gravley 2020-05-14 08:40:27 -05:00 committed by GitHub
commit 9e016a0c3d
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'