core-deployments/.woodpecker/.yamllint.yaml

11 lines
159 B
YAML
Raw Normal View History

2024-10-07 08:44:26 +02:00
---
labels:
backend: docker
2024-10-07 08:44:26 +02:00
steps:
- name: linting
image: cytopia/yamllint:latest
commands:
- yamllint -f colored -s .
when:
- event: push