Skip to content

Commit

Permalink
re-align ansible-lint usage github action
Browse files Browse the repository at this point in the history
  • Loading branch information
youtous committed Dec 1, 2023
1 parent 5e9aac6 commit fd71eae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Ansible Lint
name: ansible-lint
on:
- push
- pull_request_target
Expand All @@ -12,6 +12,7 @@ jobs:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
# this action implicitly calls actions/checkout
- uses: actions/checkout@v4

- name: Run ansible-lint
uses: ansible/ansible-lint@v6.20.3

0 comments on commit fd71eae

Please sign in to comment.