Merge pull request #111 from mpepping/linter-for-puppet

Adds an action to validate Puppet modules using Puppet PDK.
This commit is contained in:
Gary Ewan Park 2019-04-08 06:14:18 -07:00 committed by GitHub
commit bf063098e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) - [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 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) - [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 ### Pull Requests