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 8674a5e commit 1ce08f2Copy full SHA for 1ce08f2
.github/workflows/lint.yml
@@ -30,15 +30,9 @@ jobs:
30
steps:
31
- name: Checkout repository
32
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
- with:
34
- fetch-depth: 0
35
36
- - name: Lint Code Base
37
- uses: github/super-linter@12150456a73e248bdc94d0794898f94e23127c88 # v7.4.0
+ - name: EditorConfig
+ uses: zbeekman/EditorConfig-Action@ad87de68f3718e100afb65800195b08ea44b7d9e # v1.1.1
38
env:
39
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
+ ALWAYS_LINT_ALL_FILES: true
0 commit comments