Skip to content

Commit

Permalink
Update linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kslr committed Jun 27, 2020
1 parent 475676e commit 00908a1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
types: [assigned, opened, synchronize, reopened]

jobs:
build:
Expand All @@ -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

0 comments on commit 00908a1

Please sign in to comment.