Skip to content

Commit d23d661

Browse files
🩹 [Patch]: Update linting environment variables in Action-Test workflow to enhance documentation validation
1 parent b192cc7 commit d23d661

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.github/workflows/Action-Test.yml‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
6666
env:
6767
GITHUB_TOKEN: ${{ github.token }}
68+
RUN_LOCAL: true
69+
ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true
70+
ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: true
6871
VALIDATE_ALL_CODEBASE: true
6972
VALIDATE_MARKDOWN: true
7073
VALIDATE_NATURAL_LANGUAGE: true
74+
FILTER_REGEX_INCLUDE: ^tests/srcTestRepo/outputs/docs/.*

0 commit comments

Comments
 (0)