Skip to content

Commit 7d624a8

Browse files
🩹 [Patch]: Add 'Get changes' step to Action-Test workflow and clean up Lint documentation environment variables
1 parent 6dcceb9 commit 7d624a8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,15 @@ jobs:
4949
run: |
5050
Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object
5151
52+
- name: Get changes
53+
shell: pwsh
54+
run: |
55+
git add tests/srcTestRepo/outputs/docs/
56+
git status
57+
5258
- name: Lint documentation
5359
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
5460
env:
55-
DEFAULT_BRANCH: main
56-
DEFAULT_WORKSPACE: tests/srcTestRepo/outputs/docs
57-
ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true
5861
GITHUB_TOKEN: ${{ github.token }}
59-
RUN_LOCAL: true
62+
VALIDATE_ALL_CODEBASE: true
6063
VALIDATE_MARKDOWN: true
61-

0 commit comments

Comments
 (0)