Skip to content

Commit 7e3ae87

Browse files
Merge pull request #1046 from yutailang0119/actions/super-linter
[GitHub Actions] Specify super-linter/slim to version
2 parents f22a076 + 83b5487 commit 7e3ae87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,15 @@ jobs:
3838

3939
- name: Lint Codebase
4040
id: super-linter
41-
uses: super-linter/super-linter/slim@v8
41+
uses: super-linter/super-linter/slim@v8.2.0
4242
env:
4343
DEFAULT_BRANCH: main
4444
FILTER_REGEX_EXCLUDE: dist/**/*
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
LINTER_RULES_PATH: .
4747
VALIDATE_ALL_CODEBASE: true
48+
VALIDATE_BIOME_FORMAT: false
49+
VALIDATE_BIOME_LINT: false
4850
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
4951
VALIDATE_JAVASCRIPT_ES: false
5052
VALIDATE_JSCPD: false

0 commit comments

Comments
 (0)