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