Skip to content

Commit 8674a5e

Browse files
committed
Try another version
1 parent d1b81c7 commit 8674a5e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: Lint Code Base
37-
uses: github/super-linter@b807e99ddd37e444d189cfd2c2ca1274d8ae8ef1 # v7
37+
uses: github/super-linter@12150456a73e248bdc94d0794898f94e23127c88 # v7.4.0
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
VALIDATE_ALL_CODEBASE: false
4141
DEFAULT_BRANCH: origin/main
42-
EDITORCONFIG_FILE_NAME: ${{ github.workspace }}/.editorconfig
42+
VALIDATE_EDITORCONFIG: true
43+
EDITORCONFIG_FILE_NAME: .editorconfig
44+
IGNORE_GITIGNORED_FILES: true

0 commit comments

Comments
 (0)