Skip to content

Commit 280ea6d

Browse files
committed
Revert "Try a different GHA"
This reverts commit 1ce08f2.
1 parent 1ce08f2 commit 280ea6d

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/lint.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,15 @@ jobs:
3030
steps:
3131
- name: Checkout repository
3232
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+
with:
34+
fetch-depth: 0
3335

34-
- name: EditorConfig
35-
uses: zbeekman/EditorConfig-Action@ad87de68f3718e100afb65800195b08ea44b7d9e # v1.1.1
36+
- name: Lint Code Base
37+
uses: github/super-linter@12150456a73e248bdc94d0794898f94e23127c88 # v7.4.0
3638
env:
3739
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
ALWAYS_LINT_ALL_FILES: true
40+
VALIDATE_ALL_CODEBASE: false
41+
DEFAULT_BRANCH: origin/main
42+
VALIDATE_EDITORCONFIG: true
43+
EDITORCONFIG_FILE_NAME: .editorconfig
44+
IGNORE_GITIGNORED_FILES: true

0 commit comments

Comments
 (0)