Compare commits
2 commits
ba909be9b7
...
63599f6d88
Author | SHA1 | Date | |
---|---|---|---|
63599f6d88 | |||
d3660ec702 |
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 --strict -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;
|
||||
find docker -name "*.yml" -exec yamllint --strict -d "{extends: relaxed, rules: {line-length: {max: 120}}}" -f parsable {} \;
|
||||
|
|
Loading…
Reference in a new issue