try ansible-lint action
Some checks failed
ansible-lint / Ansible Lint (push) Failing after 50s
ansible-lint / Ansible Lint (pull_request) Failing after 11s

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

View File

@ -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