Compare commits

...

2 commits

Author SHA1 Message Date
a5f7456d1f 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 5s
2024-12-13 00:05:07 -05:00
fb066bd620 Update .forgejo/workflows/yamllint.yml 2024-12-13 00:04:59 -05:00

View file

@ -14,10 +14,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Debug Repository Contents
run: |
pwd
ls -R
- name: Show yamllint version
run: |
@ -25,4 +21,4 @@ jobs:
- name: Lint .yml files
run: |
yamllint -v -d ./docker/**/*.yml
find docker -name "*.yml" -exec yamllint {} \;