core-deployments/.woodpecker/.yamllint.yaml

10 lines
159 B
YAML

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