Skip to content

Commit

Permalink
add lint action
Browse files Browse the repository at this point in the history
Signed-off-by: ahmadali shafiee <[email protected]>
  • Loading branch information
ahmadalli committed Jan 5, 2021
1 parent 51bf76a commit 54fcf92
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: test collection
on:
push:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master
with:
override-deps: |
ansible>=2.10

0 comments on commit 54fcf92

Please sign in to comment.