.github: extend yamllint line-length to 100

Also run on west.yml

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2022-09-17 00:30:23 +00:00 committed by Liam Girdwood
parent b19cd3f080
commit 3d69a7f69e
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,4 @@
---
# SOF west manifest
manifest:
version: "0.13"