diff options
Diffstat (limited to '.github/workflows')
-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 2e80846..ee67f99 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml | |||
@@ -32,6 +32,10 @@ jobs: | |||
32 | uses: ansible/ansible-lint-action@master | 32 | uses: ansible/ansible-lint-action@master |
33 | with: | 33 | with: |
34 | targets: "${{ github.repository }}" | 34 | targets: "${{ github.repository }}" |
35 | # override lint version due to | ||
36 | # https://github.com/ansible/ansible-lint-action/issues/59 | ||
37 | override-deps: | | ||
38 | ansible-lint==5.3.2 | ||
35 | - run: | | 39 | - run: | |
36 | sudo apt update && sudo apt install -y python3-pip | 40 | sudo apt update && sudo apt install -y python3-pip |
37 | pip3 install -r ${{ github.repository }}/requirements.txt | 41 | pip3 install -r ${{ github.repository }}/requirements.txt |