Minor yaml cleanup

This doesn't require running all the pipelines so...
[skip ci]

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
Bryan Hundven 2023-03-08 18:47:17 -08:00 committed by Chris Packham
parent 9f2866037a
commit a83feaa3c0
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,4 @@
---
name: Build toolchains
on:

View File

@ -1,3 +1,4 @@
---
name: CI
on:

9
.yamllint Normal file
View File

@ -0,0 +1,9 @@
---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
rules:
truthy:
allowed-values: ['TRUE', 'True', 'true', 'FALSE', 'False', 'false', 'YES', 'Yes', 'yes', 'NO', 'No', 'no', 'ON', 'On', 'on', 'OFF', 'Off', 'off']