Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc6a399

Browse files
author
Matt Reeves
committedDec 13, 2024
Merge branch 'main' into renovate/ghcr.io-n8n-io-n8n-1.x
2 parents f52f553 + 2a8cf62 commit cc6a399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.forgejo/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
2222
- name: Lint .yml files
2323
run: |
24-
find docker -name "*.yml" -exec yamllint -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;
24+
find docker -name "*.yml" -exec yamllint -c --strict -d "{extends: relaxed, rules: {line-length: {max: 120}}}" {} \;

0 commit comments

Comments
 (0)
Please sign in to comment.