Create puppet-lint.yml

puppet-lit actions test
diff --git a/.github/workflows/puppet-lint.yml b/.github/workflows/puppet-lint.yml
new file mode 100644
index 0000000..c0c6a26
--- /dev/null
+++ b/.github/workflows/puppet-lint.yml
@@ -0,0 +1,17 @@
+name: Puppet Lint
+
+on: [push]
+
+jobs:
+  puppet-lint:
+
+    runs-on: ubuntu-latest
+    
+    steps:
+    - name: Checkout
+      uses: actions/checkout@v1
+
+    - name: puppet-lint
+      uses: scottbrenner/puppet-lint-action@master
+      with:
+        args: ./