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