Skip to content

Commit 331a403

Browse files
committed
Add missing ansible dependency in lint workflow.
1 parent c196c6f commit 331a403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: '3.x'
2424

2525
- name: Install test dependencies.
26-
run: pip3 install yamllint ansible-lint
26+
run: pip3 install yamllint ansible ansible-lint
2727

2828
- name: Lint code.
2929
run: |

0 commit comments

Comments
 (0)