Remember to install the ansible aur module
This commit is contained in:
parent
05c84a593d
commit
0a80309370
1 changed files with 2 additions and 0 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue