mirror of
https://github.com/super-linter/super-linter.git
synced 2025-02-15 09:32:49 -05:00
Create action.yml
This commit is contained in:
parent
c8ae48d6d9
commit
a5b0d91159
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