core-deployments/.woodpecker/.yamllint.yaml
Tom Neuber 842355bbe0
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
.woodpecker/.yamllint.yaml: only run pipeline on "push" event
2024-10-07 09:23:30 +02:00

8 lines
133 B
YAML

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