Skip to content

Commit

Permalink
feat(ci): add ansible lint action in validate
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshnayak305 committed Dec 3, 2024
1 parent 1ed4d51 commit 8af2fce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ jobs:
uses: actions/checkout@v4
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
- name: ansible-lint
uses: ansible/ansible-lint@main

0 comments on commit 8af2fce

Please sign in to comment.