Adds an action to validate Puppet modules using Puppet PDK.

This commit is contained in:
Martijn Pepping 2019-04-07 20:23:32 +02:00
parent cda3c291cb
commit 64b44f0b26

View File

@ -94,6 +94,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Send your latest code coverage score to Coveralls.io](https://github.com/gavinhenderson/coveralls-action)
- [Lint a Dockerfile using Hadolint](https://github.com/cds-snc/github-actions/tree/master/docker-lint)
- [Lint terraform files using tflint](https://github.com/cds-snc/github-actions/tree/master/tf-lint)
- [Validate Puppet modules using Puppet PDK](https://github.com/mpepping/github-actions/tree/master/pdk-validate)
### Pull Requests