dotfiles/.circleci/config.yml

13 lines
328 B
YAML
Raw Normal View History

2017-08-12 19:14:15 +01:00
version: 2.0
jobs:
build:
docker:
2017-10-08 14:04:57 +01:00
- image: circleci/ruby:latest
2017-08-12 19:14:15 +01:00
working_directory: ~/dotfiles
steps:
- checkout
2017-10-08 14:16:29 +01:00
- run: gem install puppet-lint
2017-10-08 14:18:11 +01:00
- run: puppet-lint modules/ --fail-on-warnings
- run: puppet-lint manifests/ --fail-on-warnings