feat: add a GitHub action to lint the YAML files

Lint some YAML
Add a `.yamllint` config file
This commit is contained in:
John Bampton
2020-12-15 11:01:37 +10:00
committed by Xiang Xiao
parent 32bf92c5c3
commit ca6b11b425
6 changed files with 68 additions and 48 deletions
+3 -3
View File
@@ -15,8 +15,8 @@ github:
- microcontroller
enabled_merge_buttons:
# disable squash button:
squash: false
squash: false
# disable merge button:
merge: false
merge: false
# enable rebase button:
rebase: true
rebase: true