Compare commits

..

No commits in common. "ad874af8cf81cfac64979679631acd369b501942" and "a5f7456d1fac511b67517c85bb05c326e1bb4a00" have entirely different histories.

View file

@ -21,4 +21,4 @@ jobs:
- name: Lint .yml files
run: |
find docker -name "*.yml" -exec yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;
find docker -name "*.yml" -exec yamllint {} \;