Compare commits

...

2 commits

Author SHA1 Message Date
4ef4034a6a Merge branch 'main' into renovate/ghcr.io-n8n-io-n8n-1.x
All checks were successful
Lint on PR / Lint YAML files (pull_request) Successful in 4s
Ansible Deploy to Hosts / deploy (pull_request) Successful in 50s
2024-12-13 00:26:51 -05:00
abd09df51d Update .forgejo/workflows/yamllint.yml 2024-12-13 00:26:47 -05:00

View file

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