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