Update config.yml

This commit is contained in:
Geekix 2021-11-08 11:21:00 +01:00 committed by GitHub
parent c8fa6599ff
commit a72f539c23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,11 @@ jobs:
- run:
name: verif_lint
command: bundle exec rake validate lint
- run:
name: verif_parser
command: puppet parser validate manifests/init.pp
workflows:
version: 2
verif: