Skip to content

Commit

Permalink
Minor yaml cleanup
Browse files Browse the repository at this point in the history
This doesn't require running all the pipelines so...
[skip ci]

Signed-off-by: Bryan Hundven <[email protected]>
  • Loading branch information
bhundven authored and cpackham committed Mar 13, 2023
1 parent 9f28660 commit a83feaa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-toolchains.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Build toolchains

on:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: CI

on:
Expand Down
9 changes: 9 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -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']

0 comments on commit a83feaa

Please sign in to comment.