Add missing document starts and add yamllint rule (#305)

This commit is contained in:
Ryan Plas
2023-06-23 15:55:39 -04:00
committed by GitHub
parent e8ea28d4e9
commit 62ed936a39
4 changed files with 6 additions and 0 deletions

3
.github/.yamllint vendored
View File

@@ -13,3 +13,6 @@ rules:
level: error
indentation:
level: error
document-start:
present: true
level: error