mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
feat: add a GitHub action to lint the YAML files
Lint some YAML Add a `.yamllint` config file
This commit is contained in:
parent
32bf92c5c3
commit
ca6b11b425
6 changed files with 68 additions and 48 deletions
8
.yamllint
Normal file
8
.yamllint
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
document-start: disable
|
||||
line-length: disable
|
||||
truthy: disable
|
||||
Loading…
Add table
Add a link
Reference in a new issue