Skip to content

Commit

Permalink
.github: extend yamllint line-length to 100
Browse files Browse the repository at this point in the history
Also run on west.yml

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and lgirdwood committed Sep 26, 2022
1 parent b19cd3f commit 3d69a7f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,9 @@ jobs:
- uses: actions/checkout@v2

- name: run yamllint
run: yamllint --strict .github/workflows/*.yml
# Quoting to please all parsers is hard. This indirection helps.
env:
yamllint_config: '{extends: default, rules: {line-length: {max: 100}}}'
run: yamllint -f parsable
-d "$yamllint_config"
--strict .github/workflows/*.yml *.yml
1 change: 1 addition & 0 deletions west.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
# SOF west manifest
manifest:
version: "0.13"
Expand Down

0 comments on commit 3d69a7f

Please sign in to comment.