Skip to content

Commit

Permalink
Add ansible-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cradle8810 committed Apr 21, 2024
1 parent 6d948ac commit ea214a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ jobs:
python-version: '3.9'
cache: 'pip'

- name: Install Ansible-lint
run: pip3 install ansible-lint

- name: Run Ansible-lint
run: ansible-lint *.yml

0 comments on commit ea214a8

Please sign in to comment.