Skip to content

Commit

Permalink
Use lint action over manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
Encephala committed Jan 14, 2024
1 parent bbddbd2 commit 4c55f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
run: sudo apt-get install ansible-lint -y

- name: Run ansible-lint
run: ansible-lint 2>&1 >> $GITHUB_STEP_SUMMARY
uses: ansible/ansible-lint@v6.22.1

0 comments on commit 4c55f87

Please sign in to comment.