Compare commits

..

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

View file

@ -21,9 +21,4 @@ jobs:
- name: Lint .yml files - name: Lint .yml files
run: | run: |
lint_output=$(find docker -name "*.yml" yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;) find docker -name "*.yml" -exec yamllint --strict -d "{extends: relaxed, rules: {line-length: {max: 120}}}" -f parsable {} \;
if [[ -n "$lint_output" ]]; then
echo "$lint_output"
exit 1
fi