chore(ci): add yamllint

This commit is contained in:
Tom Neuber 2025-03-13 18:45:59 +01:00
parent bd6439bdfb
commit 0696d1f785
Signed by: tom
GPG key ID: F17EFE4272D89FF6
2 changed files with 25 additions and 0 deletions

13
.woodpecker.yaml Normal file
View file

@ -0,0 +1,13 @@
---
labels:
backend: kubernetes
steps:
- name: linting
image: cytopia/yamllint:latest
commands:
- yamllint -f colored -s .
when:
- event:
- push
- manual
- pull_request

12
.yamllint Normal file
View file

@ -0,0 +1,12 @@
---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
extends: default
rules:
line-length: disable
indentation:
indent-sequences: consistent