core-deployments/.woodpecker/.yamllint.yaml
Tom Neuber 5652e60be7
Some checks failed
ci/woodpecker/push/yamllint Pipeline failed
.woodpecker/.yamllint.yaml: only run pipeline on "push" event
2024-10-07 09:22:27 +02:00

8 lines
133 B
YAML

---
steps:
- name: linting
image: cytopia/yamllint:latest
commands:
- yamllint -f colored -s .
whem:
- event: push