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 6dcceb9 commit 7d624a8Copy full SHA for 7d624a8
‎.github/workflows/Action-Test.yml‎
@@ -49,13 +49,15 @@ jobs:
49
run: |
50
Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object
51
52
+ - name: Get changes
53
+ shell: pwsh
54
+ run: |
55
+ git add tests/srcTestRepo/outputs/docs/
56
+ git status
57
+
58
- name: Lint documentation
59
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
60
env:
- DEFAULT_BRANCH: main
- DEFAULT_WORKSPACE: tests/srcTestRepo/outputs/docs
- ENABLE_GITHUB_ACTIONS_GROUP_TITLE: true
61
GITHUB_TOKEN: ${{ github.token }}
- RUN_LOCAL: true
62
+ VALIDATE_ALL_CODEBASE: true
63
VALIDATE_MARKDOWN: true
-
0 commit comments