Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🩹 [Patch]: Reorganize Linter environment variables for clarity
  • Loading branch information
MariusStorhaug committed Jan 17, 2026
commit 1ea9d23d84bbf933e4e67dea13e251e8af9b7026
13 changes: 5 additions & 8 deletions .github/workflows/Linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,8 @@ jobs:
uses: super-linter/super-linter@47984f49b4e87383eed97890fe2dca6063bbd9c3 # v8.3.1
env:
GITHUB_TOKEN: ${{ github.token }}
# VALIDATE_BIOME_FORMAT: false
# VALIDATE_BIOME_LINT: false
# VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
# VALIDATE_JSCPD: false
# VALIDATE_JSON_PRETTIER: false
# VALIDATE_MARKDOWN_PRETTIER: false
# VALIDATE_YAML_PRETTIER: false

VALIDATE_BIOME_FORMAT: false
VALIDATE_JSCPD: false
VALIDATE_JSON_PRETTIER: false
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_YAML_PRETTIER: false
Loading