We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1b81c7 commit 8674a5eCopy full SHA for 8674a5e
.github/workflows/lint.yml
@@ -34,9 +34,11 @@ jobs:
34
fetch-depth: 0
35
36
- name: Lint Code Base
37
- uses: github/super-linter@b807e99ddd37e444d189cfd2c2ca1274d8ae8ef1 # v7
+ uses: github/super-linter@12150456a73e248bdc94d0794898f94e23127c88 # v7.4.0
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
VALIDATE_ALL_CODEBASE: false
41
DEFAULT_BRANCH: origin/main
42
- EDITORCONFIG_FILE_NAME: ${{ github.workspace }}/.editorconfig
+ VALIDATE_EDITORCONFIG: true
43
+ EDITORCONFIG_FILE_NAME: .editorconfig
44
+ IGNORE_GITIGNORED_FILES: true
0 commit comments