Added submodules options to the actions checkout.

This commit is contained in:
Salvador E. Tropea 2021-04-25 08:30:26 -03:00
parent ae1e248e0b
commit cc08a8afb7
1 changed files with 2 additions and 0 deletions

View File

@ -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