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 b5bcd82 commit 82c4484Copy full SHA for 82c4484
‎.github/workflows/Action-Test.yml‎
@@ -53,7 +53,7 @@ jobs:
53
shell: pwsh
54
run: |
55
git add tests/srcTestRepo/outputs/docs/
56
- git status
+ git commit -m "Update documentation"
57
58
- name: Lint documentation
59
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
@@ -62,11 +62,3 @@ jobs:
62
RUN_LOCAL: true
63
DEFAULT_BRANCH: main
64
VALIDATE_MARKDOWN: true
65
- CREATE_LOG_FILE: true
66
-
67
- - name: Upload super-linter logs
68
- if: always()
69
- uses: actions/upload-artifact@v4
70
- with:
71
- name: super-linter.log
72
- path: super-linter.log
0 commit comments