common/.woodpecker/yamllint.yml
Simon Cornet d5e76cf883
Some checks failed
ci/woodpecker/manual/gitleaks Pipeline was successful
ci/woodpecker/manual/markdownlint Pipeline was successful
ci/woodpecker/manual/ansible-lint Pipeline failed
ci/woodpecker/manual/yamllint Pipeline was canceled
feat: add linting workflows
2026-05-11 12:21:27 +02:00

15 lines
338 B
YAML

---
when:
- event: "push"
branch: "main"
- event: "manual"
depends_on:
- "gitleaks"
steps:
- name: "yamllint"
# renovate: datasource=docker depName=registry.gitlab.com/pipeline-components/yamllint
image: "cr.simoncor.net/dockerhub/pipeline-components/yamllint:0.35.0"
commands:
- "yamllint -c .yamllint ."