Skip to content

Commit 2a6f7aa

Browse files
🩹 [Patch]: Remove unnecessary environment variables from Lint documentation step in Action-Test workflow
1 parent 503c423 commit 2a6f7aa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ā€Ž.github/workflows/Action-Test.ymlā€Ž

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,7 @@ jobs:
5050
- name: Lint documentation
5151
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
5252
env:
53-
FILTER_REGEX_INCLUDE: tests/srcTestRepo/outputs/docs
54-
DEFAULT_BRANCH: main
55-
ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true
5653
GITHUB_TOKEN: ${{ github.token }}
57-
RUN_LOCAL: true
58-
VALIDATE_ALL_CODEBASE: true
5954
VALIDATE_BIOME_FORMAT: false
6055
VALIDATE_BIOME_LINT: false
6156
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false

0 commit comments

Comments
Ā (0)