Skip to content

Commit

Permalink
ci: skip ansible-lint 5.0.0 because of upstream-bug (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgierlinger authored Feb 14, 2021
1 parent 381400d commit 2931488
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 @@ -28,7 +28,7 @@ jobs:
python-version: '3.x'

- name: Install test dependencies.
run: pip3 install ansible-lint yamllint
run: pip3 install ansible ansible-lint!=5.0.0 yamllint

- name: Lint code.
run: |
Expand Down

0 comments on commit 2931488

Please sign in to comment.