Compare commits

..

No commits in common. "cc6a399533b119503f6ba6f3c918902c9765dacf" and "f52f553ecf6e7ed371057cf07ea3d2b52bf203f6" have entirely different histories.

View file

@ -21,4 +21,4 @@ jobs:
- name: Lint .yml files
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}}}" {} \;