Browse Source

Pin super-linter to a less noisy version. (#7706)

The latest point release includes https://github.com/github/super-linter/pull/2295
which enables a bunch of checks that break existing use.
pull/7705/head
M. J. Fromberger 3 years ago
committed by GitHub
parent
commit
09c41dc06d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/linter.yml

+ 1
- 1
.github/workflows/linter.yml View File

@ -21,7 +21,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2.4.0
- name: Lint Code Base
uses: docker://github/super-linter:v4
uses: docker://github/super-linter:v4.8.5
env:
LINTER_RULES_PATH: .
VALIDATE_ALL_CODEBASE: true


Loading…
Cancel
Save