diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2dcac54..11589d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,8 @@ jobs: - name: Lint code - yamllint. run: | yamllint . + pwd + ls -la - name: Lint code - ansible-lint uses: ansible/ansible-lint@v24.12.2