Browse Source

Update linter.yml

Kslr 5 years ago
parent
commit
00908a12fe
1 changed files with 5 additions and 2 deletions
  1. 5 2
      .github/workflows/linter.yml

+ 5 - 2
.github/workflows/linter.yml

@@ -5,6 +5,7 @@ on:
     branches: [ master ]
     branches: [ master ]
   pull_request:
   pull_request:
     branches: [ master ]
     branches: [ master ]
+    types: [assigned, opened, synchronize, reopened]
 
 
 jobs:
 jobs:
   build:
   build:
@@ -16,6 +17,8 @@ jobs:
         uses: actions/checkout@v2
         uses: actions/checkout@v2
 
 
       - name: Lint Code Base
       - name: Lint Code Base
-        uses: github/super-linter@v2.0.0
+        uses: github/super-linter@v2.2.0
         env:
         env:
-          VALIDATE_ALL_CODEBASE: false
+          VALIDATE_ALL_CODEBASE: false
+          VALIDATE_JSON: false
+          VALIDATE_ANSIBLE: false