diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 75af32b..9c89cc6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,5 +13,7 @@ jobs: python-version: 3.7 - name: Install dependencies run: ./scripts/setup.sh + - name: Install ansible aur module + run: git clone https://github.com/kewlfft/ansible-aur.git ~/.ansible/plugins/modules/aur --depth=1 - name: Run linters run: ./scripts/lint.sh