Add CI #4

Merged
noah.knegt merged 9 commits from ci into master 2023-03-30 14:47:55 +02:00
3 changed files with 41 additions and 0 deletions
Showing only changes of commit 5b70f7a49f - Show all commits

13
.yamllint.yml Normal file
View File

@@ -0,0 +1,13 @@
---
extends: default
ignore: |
.yamllint
rules:
truthy:
allowed-values: ['true', 'false']
check-keys: False
level: error
line-length: disable