mirror of https://github.com/thesofproject/sof.git
.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:
parent
b19cd3f080
commit
3d69a7f69e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue