mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 02:10:27 -07:00
Revert ansible/ansible-lint GitHub action usage
This commit is contained in:
parent
2e32ac3c4c
commit
fc42b8fbc2
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ansible-test.yml
vendored
4
.github/workflows/ansible-test.yml
vendored
|
@ -34,8 +34,10 @@ jobs:
|
|||
- name: Run ansible-test sanity
|
||||
# validate-modules cannot be turned on until #498 is resolved.
|
||||
run: ansible-test sanity -v --color --skip validate-modules
|
||||
- name: Install ansible-lint
|
||||
run: pip install ansible-lint==24.7.0
|
||||
- name: Run ansible-lint
|
||||
uses: ansible/ansible-lint@v24.7.0
|
||||
run: ansible-lint
|
||||
unit:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
|
|
Loading…
Add table
Reference in a new issue