Browse Source

Update linter.yml

pull/2625/head
Kslr 4 years ago committed by GitHub
parent
commit
00908a12fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/linter.yml

7
.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
VALIDATE_ALL_CODEBASE: false
VALIDATE_JSON: false
VALIDATE_ANSIBLE: false

Loading…
Cancel
Save