Skip to content

Commit d33423b

Browse files
🩹 [Patch]: Fix lint documentation path in Action-Test workflow
1 parent dfc2e26 commit d33423b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Action-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Lint documentation
4343
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
4444
env:
45-
FILTER_REGEX_INCLUDE: outputs/docs
45+
FILTER_REGEX_INCLUDE: tests/srcTestRepo/outputs/docs
4646
DEFAULT_BRANCH: main
4747
DEFAULT_WORKSPACE: ${{ inputs.WorkingDirectory }}
4848
ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true

0 commit comments

Comments
 (0)