Skip to content

Commit 9694bd8

Browse files
authored
Update ansible-lint workflow to remove Python setup
Removed unnecessary setup for ansible-lint.
1 parent c061473 commit 9694bd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ansible-lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
uses: actions/setup-python@v6
1111
with:
1212
python-version: '3.12'
13-
1413
- name: Run ansible-lint
1514
uses: ansible/ansible-lint@main
1615
with:

0 commit comments

Comments
 (0)