SLING-7245 - Validate pull requests using Jenkins

Fix JSON syntax
diff --git a/.sling-module.json b/.sling-module.json
index 09ce609..4877791 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,7 +1,7 @@
-"sling-module": {
+{
     "jenkins": {
         "archivePatterns": [
-            "**/logs/*.loog"
+            "**/logs/*.log"
         ],
         "emailRecipients": ["dev@sling.apache.org"]
     }