Initial commit
This commit is contained in:
18
action.yaml
Normal file
18
action.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
name: Yaml linter
|
||||
description: Lint yaml files using yamllint
|
||||
author: Yi-Ting Shih <ytshih@it.cs.nycu.edu.tw>
|
||||
|
||||
inputs:
|
||||
context:
|
||||
description: The context of the build environment
|
||||
required: false
|
||||
default: .
|
||||
image:
|
||||
description: The image of yamllint
|
||||
required: false
|
||||
default: gitea.konchin.com/image/yamllint:main
|
||||
|
||||
runs:
|
||||
using: docker
|
||||
image: ${{ inputs.image }}
|
||||
Reference in New Issue
Block a user