Update .forgejo/workflows/yamllint.yml

This commit is contained in:
Matt Reeves 2024-12-13 00:07:19 -05:00
parent fb066bd620
commit 10e64dad00

View file

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