From 00908a12fee136afa591106ec4c676ce3f9dcb15 Mon Sep 17 00:00:00 2001 From: Kslr Date: Sat, 27 Jun 2020 20:50:41 +0800 Subject: [PATCH] Update linter.yml --- .github/workflows/linter.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 85611e6b..20592df1 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -5,6 +5,7 @@ on: branches: [ master ] pull_request: branches: [ master ] + types: [assigned, opened, synchronize, reopened] jobs: build: @@ -16,6 +17,8 @@ jobs: uses: actions/checkout@v2 - name: Lint Code Base - uses: github/super-linter@v2.0.0 + uses: github/super-linter@v2.2.0 env: - VALIDATE_ALL_CODEBASE: false \ No newline at end of file + VALIDATE_ALL_CODEBASE: false + VALIDATE_JSON: false + VALIDATE_ANSIBLE: false