Add yamllint to Woodpecker CI #154

Merged
tom merged 3 commits from improce_ci into main 2024-10-07 13:45:49 +02:00
Showing only changes of commit 842355bbe0 - Show all commits

View file

@ -4,3 +4,5 @@ steps:
image: cytopia/yamllint:latest
commands:
- yamllint -f colored -s .
when:
- event: push