Update .forgejo/workflows/yamllint.yml

This commit is contained in:
Matt Reeves 2024-12-13 00:04:59 -05:00
parent ff84b5abe0
commit fb066bd620

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 {} \;