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 081bb83 commit 5b76ff3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,12 @@ jobs:

- name: Run YAML Lint
run: yamllint --strict --format github .

AnsibleLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Run Ansible-lint
uses: ansible/ansible-lint
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ansible-lint

0 comments on commit 5b76ff3

Please sign in to comment.