Add woodpecker pipeline for yamllint

This commit is contained in:
Tom Neuber 2024-10-07 08:44:26 +02:00
parent adbdc97a31
commit 61d19f3413
Signed by: tom
GPG key ID: F17EFE4272D89FF6
2 changed files with 16 additions and 0 deletions

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