ci: add yamllint

This commit is contained in:
Digikwal 2025-06-24 19:37:50 +02:00 committed by GitHub
parent 5969a73589
commit 0b396de113
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
.yamllint Normal file
View file

@ -0,0 +1,6 @@
extends: default
rules:
line-length:
max: 80
level: warning