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 a5f7456

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎.forgejo/workflows/yamllint.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,11 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17-
- name: Debug Repository Contents
18-
run: |
19-
pwd
20-
ls -R
2117

2218
- name: Show yamllint version
2319
run: |
2420
yamllint --version
2521
2622
- name: Lint .yml files
2723
run: |
28-
yamllint -v -d ./docker/**/*.yml
24+
find docker -name "*.yml" -exec yamllint {} \;

0 commit comments

Comments
 (0)
Please sign in to comment.