mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 03:43:06 +00:00
Add missing ansible dependency in lint workflow.
This commit is contained in:
parent
c196c6fd0b
commit
331a403f62
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
python-version: '3.x'
|
||||
|
||||
- name: Install test dependencies.
|
||||
run: pip3 install yamllint ansible-lint
|
||||
run: pip3 install yamllint ansible ansible-lint
|
||||
|
||||
- name: Lint code.
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue