try ansible-lint action

This commit is contained in:
Marius Alwan Meyer 2023-04-28 21:51:27 +00:00
parent 18352f1b13
commit 5ec6cd86e9

@ -14,7 +14,7 @@ jobs:
- name: Run ansible-lint - name: Run ansible-lint
# replace `main` with any valid ref, or tags like `v6` # replace `main` with any valid ref, or tags like `v6`
uses: ansible/ansible-lint-action@main uses: https://github.com/ansible/ansible-lint-action@main
# optional: # optional:
# with: # with:
# path: "playbooks/" # <-- only one value is allowed # path: "playbooks/" # <-- only one value is allowed