Skip to content

Commit 503c423

Browse files
🩹 [Patch]: Refine file listing command and update FILTER_REGEX_INCLUDE path in Action-Test workflow
1 parent e9ac75f commit 503c423

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,13 @@ jobs:
4545
- name: List files
4646
shell: pwsh
4747
run: |
48-
Get-ChildItem -Recurse -Force -File | Select-Object -ExpandProperty FullName | Sort-Object
48+
Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object
4949
5050
- name: Lint documentation
5151
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
5252
env:
53-
FILTER_REGEX_INCLUDE: outputs/docs
53+
FILTER_REGEX_INCLUDE: tests/srcTestRepo/outputs/docs
5454
DEFAULT_BRANCH: main
55-
DEFAULT_WORKSPACE: tests/srcTestRepo
5655
ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true
5756
GITHUB_TOKEN: ${{ github.token }}
5857
RUN_LOCAL: true

0 commit comments

Comments
 (0)