From 0a8030937048462952fadf83623f34aa783b166c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 10 Feb 2020 08:50:52 +0000 Subject: [PATCH] Remember to install the ansible aur module --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) 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