Skip to content

Commit

Permalink
Bump the version of super-linter (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
weikengchen authored May 26, 2021
1 parent ebd1c3f commit 06160f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mdlinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v2
- name: Lint Code Base
uses: docker://github/super-linter:v3
uses: docker://github/super-linter:latest
env:
LINTER_RULES_PATH: .github
VALIDATE_ALL_CODEBASE: false
Expand All @@ -28,4 +28,4 @@ jobs:
VALIDATE_MD: true
MARKDOWN_CONFIG_FILE: .markdownlint.yml
VALIDATE_PROTOBUF: false
VALIDATE_JSCPD: false
VALIDATE_JSCPD: false

0 comments on commit 06160f4

Please sign in to comment.