Skip to content

Commit

Permalink
Attempt to fix broken Lint in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Feb 10, 2021
1 parent 4940d8c commit 37657b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install yamllint ansible-lint
run: pip3 install yamllint ansible-base ansible-lint

- name: Lint code.
run: |
Expand Down

0 comments on commit 37657b2

Please sign in to comment.