Just lint files
This commit is contained in:
parent
93b4b8534b
commit
8d89257d28
1 changed files with 3 additions and 3 deletions
|
@ -7,6 +7,6 @@ jobs:
|
||||||
working_directory: ~/dotfiles
|
working_directory: ~/dotfiles
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: git submodule update --init
|
- run: gem install puppet-lint
|
||||||
- run: wget https://apt.puppetlabs.com/puppet5-release-stretch.deb && sudo dpkg -i puppet5-release-stretch.deb
|
- run: puppet-lint modules/
|
||||||
- run: puppet parser validate manifests/main.pp --modulepath=modules/ --verbose
|
- run: puppet-lint manifests/
|
||||||
|
|
Loading…
Reference in a new issue