Checkout submodules too in CI

This commit is contained in:
Jake Howard 2018-03-31 18:45:23 +01:00
parent 98d0c3df59
commit 5c4576e0d8
1 changed files with 3 additions and 0 deletions

View File

@ -10,3 +10,6 @@ jobs:
- run: gem install puppet-lint
- run: puppet-lint modules/ -c .puppet-lint.rc
- run: puppet-lint manifests/ -c .puppet-lint.rc
- run:
name: Checkout submodules
command: git submodule sync && git submodule update --init