forgejo/.woodpecker.yaml

14 lines
207 B
YAML
Raw Normal View History

2025-03-13 18:45:59 +01:00
---
labels:
backend: kubernetes
steps:
- name: linting
image: cytopia/yamllint:latest
commands:
- yamllint -f colored -s .
when:
- event:
- push
- manual
- pull_request