Skip to content

Commit 1ce08f2

Browse files
committed
Try a different GHA
1 parent 8674a5e commit 1ce08f2

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/lint.yml

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

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

0 commit comments

Comments
 (0)