commit 7af6f078949841bd5e33a6c73a9b8f4f32ae31fb Author: Yi-Ting Shih Date: Sat Apr 26 11:21:04 2025 +0800 Initial commit diff --git a/action.yaml b/action.yaml new file mode 100644 index 0000000..5879d34 --- /dev/null +++ b/action.yaml @@ -0,0 +1,18 @@ +--- +name: Yaml linter +description: Lint yaml files using yamllint +author: Yi-Ting Shih + +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 }}