diff options
author | Gaƫtan <36162164+gaetanfl@users.noreply.github.com> | 2021-11-25 14:30:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-25 14:30:57 +0100 |
commit | a0c255509b7709877626b6b86f41d6483d1a8d0a (patch) | |
tree | e47681f0cfae40b36551a797fb48e95a1755c431 /.github/workflows/pr.yml | |
parent | 42bffebc57d913ed7a30f141f944f957c39b8c66 (diff) | |
parent | 7e22b2dd6f8d4483e7007fe1430ed335360251f6 (diff) | |
download | ansible-rundeck-jobs-a0c255509b7709877626b6b86f41d6483d1a8d0a.tar.gz ansible-rundeck-jobs-a0c255509b7709877626b6b86f41d6483d1a8d0a.tar.zst ansible-rundeck-jobs-a0c255509b7709877626b6b86f41d6483d1a8d0a.zip |
Merge pull request #16 from gaetanfl/fix_lint
Fix linting errors
Diffstat (limited to '.github/workflows/pr.yml')
-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 |