diff options
-rw-r--r-- | .github/workflows/pr.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8370128..2e80846 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml | |||
@@ -28,6 +28,10 @@ jobs: | |||
28 | - uses: actions/checkout@v2 | 28 | - uses: actions/checkout@v2 |
29 | with: | 29 | with: |
30 | path: "${{ github.repository }}" | 30 | path: "${{ github.repository }}" |
31 | - name: Lint Ansible Playbook | ||
32 | uses: ansible/ansible-lint-action@master | ||
33 | with: | ||
34 | targets: "${{ github.repository }}" | ||
31 | - run: | | 35 | - run: | |
32 | sudo apt update && sudo apt install -y python3-pip | 36 | sudo apt update && sudo apt install -y python3-pip |
33 | pip3 install -r ${{ github.repository }}/requirements.txt | 37 | pip3 install -r ${{ github.repository }}/requirements.txt |