Update .forgejo/workflows/yamllint.yml

This commit is contained in:
Matt Reeves 2024-12-13 00:26:47 -05:00
parent 2a8cf62e08
commit abd09df51d

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