mirror of
https://github.com/super-linter/super-linter.git
synced 2025-01-25 07:49:02 -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…
Add table
Reference in a new issue