core-deployments/.woodpecker/.yamllint.yaml

9 lines
133 B
YAML
Raw Normal View History

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