Add yamllint to Woodpecker CI #154

Merged
tom merged 3 commits from improce_ci into main 2024-10-07 13:45:49 +02:00
2 changed files with 16 additions and 0 deletions
Showing only changes of commit 61d19f3413 - Show all commits

View file

@ -0,0 +1,6 @@
---
steps:
- name: linting
image: cytopia/yamllint:latest
commands:
- yamllint -f colored -s .

10
.yamllint Normal file
View file

@ -0,0 +1,10 @@
---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
extends: default
rules:
line-length: disable