Added submodules options to the actions checkout.
This commit is contained in:
parent
ae1e248e0b
commit
cc08a8afb7
|
|
@ -25,6 +25,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
# stop the build if there are Python syntax errors or undefined names
|
||||
|
|
|
|||
Loading…
Reference in New Issue