We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d358b commit 2a8cf62Copy full SHA for 2a8cf62
.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}}}" {} \;
+ find docker -name "*.yml" -exec yamllint -c --strict -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;
0 commit comments