Compare commits

..

No commits in common. "a5f7456d1fac511b67517c85bb05c326e1bb4a00" and "1f6fcd26c9ac3b7bf35667124a6fa75d0a173df1" have entirely different histories.

View file

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