Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdriel committed Feb 10, 2021
1 parent 93c731e commit 80ceb51
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 @@ -23,7 +23,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies
run: pip install yamllint ansible-lint
run: pip install yamllint ansible-lint[core]

- name: Lint code
run: |
Expand Down

0 comments on commit 80ceb51

Please sign in to comment.