We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0109930 commit d3660ecCopy full SHA for d3660ec
.forgejo/workflows/yamllint.yml
@@ -21,4 +21,4 @@ jobs:
21
22
- name: Lint .yml files
23
run: |
24
- find docker -name "*.yml" -exec yamllint --strict -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 {} \;
0 commit comments