Compare commits
No commits in common. "63599f6d88a73ad99443e2dc8f8aef4cb6aede1a" and "ba909be9b7a436b734e19c39f86778fe7e39f30e" have entirely different histories.
63599f6d88
...
ba909be9b7
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}}}" -f parsable {} \;
|
||||
find docker -name "*.yml" -exec yamllint --strict -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;
|
||||
|
|
Loading…
Reference in a new issue