From 64b44f0b26476761d2f222d954247465c36a45a0 Mon Sep 17 00:00:00 2001 From: Martijn Pepping Date: Sun, 7 Apr 2019 20:23:32 +0200 Subject: [PATCH] Adds an action to validate Puppet modules using Puppet PDK. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa71337..a6c0c61 100644 --- a/README.md +++ b/README.md @@ -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