Compare commits
2 commits
f52f553ecf
...
cc6a399533
Author | SHA1 | Date | |
---|---|---|---|
cc6a399533 | |||
2a8cf62e08 |
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ jobs:
|
|||
|
||||
- name: Lint .yml files
|
||||
run: |
|
||||
find docker -name "*.yml" -exec yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;
|
||||
find docker -name "*.yml" -exec yamllint -c --strict -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;
|
||||
|
|
Loading…
Reference in a new issue