Initial commit

This commit is contained in:
2025-04-26 11:21:04 +08:00
commit 7af6f07894

18
action.yaml Normal file
View 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 }}