mirror of
https://github.com/ibiqlik/action-yamllint.git
synced 2024-11-21 22:00:57 -05:00
Update action.yml
This commit is contained in:
parent
6888687646
commit
10975e2cec
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: 'YAMLLint'
|
name: 'YAML Lint'
|
||||||
description: 'Validate YAML syntax'
|
description: 'Validate YAML syntax'
|
||||||
author: 'ibiqlik'
|
author: 'ibiqlik'
|
||||||
|
|
||||||
|
@ -22,3 +22,7 @@ inputs:
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'Dockerfile'
|
image: 'Dockerfile'
|
||||||
|
|
||||||
|
branding:
|
||||||
|
color: blue
|
||||||
|
icon: check-square
|
||||||
|
|
Loading…
Reference in a new issue