SLING-7245 - Validate pull requests using Jenkins

Fix syntax errors
diff --git a/.sling-module.json b/.sling-module.json
index ef4505a..42c251c 100644
--- a/.sling-module.json
+++ b/.sling-module.json
@@ -1,8 +1,8 @@
-"sling-module": {
+{
     "jenkins": {
         "jdks": [8, 9, 10, 11],
         "archivePatterns": [
-            "**/logs/*.loog"
+            "**/logs/*.log"
         ],
         "emailRecipients": ["dev@sling.apache.org"]
     }