Files
yamllint/.gitea/workflows/lint.yaml
Yi-Ting Shih 54ae32498d
Some checks failed
Lint with yamllint / lint (push) Failing after -25s
Feat: add linter
2025-04-26 11:24:09 +08:00

13 lines
213 B
YAML

---
name: Lint with yamllint
on: [push]
jobs:
lint:
runs-on: imgbuilder
steps:
- name: Run yamllint
uses: https://gitea.konchin.com/action/yamllint@main
with:
context: .