1
0
Fork 0
forked from nuttx/nuttx-update
local-nuttx-update/.yamllint
John Bampton ca6b11b425 feat: add a GitHub action to lint the YAML files
Lint some YAML
Add a `.yamllint` config file
2020-12-15 09:52:04 -06:00

8 lines
97 B
Text

---
extends: default
rules:
document-start: disable
line-length: disable
truthy: disable