Update push.yml
This commit is contained in:
parent
99bd3218a7
commit
3ba33817d0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
|
@ -9,6 +9,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/setup-python@v2
|
||||
- run: pip install ansible-lint
|
||||
- run: pip install ansible ansible-lint
|
||||
- run: ansible-lint --version
|
||||
- run: ansible-lint .
|
||||
|
|
Loading…
Reference in a new issue