We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c2e64 commit fa6a656Copy full SHA for fa6a656
.forgejo/workflows/yamllint.yml
@@ -21,4 +21,4 @@ jobs:
21
22
- name: Lint .yml files
23
run: |
24
- find docker -name "*.yml" -exec yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" --no-warnings {} \;
+ find docker -name "*.yml" -exec yamllint -s -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;
0 commit comments