mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Checkout submodules during lint workflow
This commit is contained in:
parent
779f171793
commit
d0028188df
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ansible-test.yml
vendored
1
.github/workflows/ansible-test.yml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
path: ansible_collections/google/cloud
|
path: ansible_collections/google/cloud
|
||||||
|
submodules: 'true'
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue