Skip to content

Commit

Permalink
feat(test-ansible-collection): Update action to use ansible/ansible-l…
Browse files Browse the repository at this point in the history
…int (#104)
  • Loading branch information
hairmare authored Dec 18, 2024
1 parent b0b3512 commit 18561b0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-ansible-collection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Lint with black
run: black --check --diff .
- name: Lint with ansible-lint
uses: ansible-community/ansible-lint-action@v6
uses: ansible/ansible-lint@v24.12.2
with:
path: ${{ inputs.targets }}
setup_python: false
working_directory: ${{ inputs.targets }}

0 comments on commit 18561b0

Please sign in to comment.