We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9ac75f commit 503c423Copy full SHA for 503c423
‎.github/workflows/Action-Test.yml‎
@@ -45,14 +45,13 @@ jobs:
45
- name: List files
46
shell: pwsh
47
run: |
48
- Get-ChildItem -Recurse -Force -File | Select-Object -ExpandProperty FullName | Sort-Object
+ Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object
49
50
- name: Lint documentation
51
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
52
env:
53
- FILTER_REGEX_INCLUDE: outputs/docs
+ FILTER_REGEX_INCLUDE: tests/srcTestRepo/outputs/docs
54
DEFAULT_BRANCH: main
55
- DEFAULT_WORKSPACE: tests/srcTestRepo
56
ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true
57
GITHUB_TOKEN: ${{ github.token }}
58
RUN_LOCAL: true
0 commit comments