Compare commits

..

No commits in common. "63599f6d88a73ad99443e2dc8f8aef4cb6aede1a" and "ba909be9b7a436b734e19c39f86778fe7e39f30e" have entirely different histories.

View file

@ -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}}}" {} \;