Checkout submodules too in CI
This commit is contained in:
parent
98d0c3df59
commit
5c4576e0d8
1 changed files with 3 additions and 0 deletions
|
@ -10,3 +10,6 @@ jobs:
|
||||||
- run: gem install puppet-lint
|
- run: gem install puppet-lint
|
||||||
- run: puppet-lint modules/ -c .puppet-lint.rc
|
- run: puppet-lint modules/ -c .puppet-lint.rc
|
||||||
- run: puppet-lint manifests/ -c .puppet-lint.rc
|
- run: puppet-lint manifests/ -c .puppet-lint.rc
|
||||||
|
- run:
|
||||||
|
name: Checkout submodules
|
||||||
|
command: git submodule sync && git submodule update --init
|
||||||
|
|
Loading…
Reference in a new issue