Update config.yml

This commit is contained in:
Geekix
2021-11-08 11:21:00 +01:00
committed by GitHub
parent c8fa6599ff
commit a72f539c23

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: