mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Merge pull request #90 from github/marketplace-listing
Requirements for listing action in the actions marketplace
This commit is contained in:
commit
9e016a0c3d
1 changed files with 9 additions and 0 deletions
9
action.yml
Normal file
9
action.yml
Normal 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'
|
Loading…
Reference in a new issue