mirror of
https://github.com/ibiqlik/action-yamllint.git
synced 2024-11-21 13:51:05 -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'
|
||||
author: 'ibiqlik'
|
||||
|
||||
|
@ -22,3 +22,7 @@ inputs:
|
|||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
|
||||
branding:
|
||||
color: blue
|
||||
icon: check-square
|
||||
|
|
Loading…
Reference in a new issue