Update .forgejo/workflows/yamllint.yml
This commit is contained in:
parent
ff84b5abe0
commit
fb066bd620
1 changed files with 1 additions and 5 deletions
|
@ -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 {} \;
|
||||
|
|
Loading…
Reference in a new issue