Skip to content

Commit 302537c

Browse files
author
Martin Jackson
committed
Update lint action
1 parent 42d3521 commit 302537c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: Lint Ansible Playbook
14-
uses: ansible/ansible-lint-action@v6
15-
# Let's point it to the path
14+
uses: ansible/ansible-lint@v25
1615
with:
17-
path: "ansible/"
16+
args: "-c .ansible-lint ansible/"

0 commit comments

Comments
 (0)