Changing yaml lint to error on unwanted conditions.

This commit is contained in:
xenoscr 2022-09-11 01:08:37 -04:00
parent 98813fe01b
commit bdf012a206
No known key found for this signature in database
GPG Key ID: 52C26F96860C0DAA
2 changed files with 4 additions and 4 deletions

8
.github/.yamllint vendored
View File

@ -4,12 +4,12 @@ yaml-files:
- '*.yml'
rules:
new-line-at-end-of-file:
level: warning
level: error
trailing-spaces:
level: warning
level: error
line-length:
level: warning
new-lines:
level: warning
level: error
indentation:
level: warning
level: error

BIN
.github/.yamllint.swp vendored

Binary file not shown.