Files
yamllint/action.yaml
Yi-Ting Shih 6d37fc098b
Some checks failed
Lint with yamllint / lint (push) Failing after -15s
Fix: docker action
2025-04-26 11:34:56 +08:00

15 lines
266 B
YAML

---
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: .
runs:
using: docker
image: Dockerfile