Compare commits
No commits in common. "ba909be9b7a436b734e19c39f86778fe7e39f30e" and "0a6db5e96c478f60c04b9a73d5adad8d06d23813" have entirely different histories.
ba909be9b7
...
0a6db5e96c
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 -s -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;
|
||||
|
|
Loading…
Reference in a new issue