Skip to content

Commit fb066bd

Browse files
author
mafyuh
committedDec 13, 2024
Update .forgejo/workflows/yamllint.yml
1 parent ff84b5a commit fb066bd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
 

‎.forgejo/workflows/yamllint.yml

+1-5
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.