Skip to content

Commit b9be1e6

Browse files
🩹 [Patch]: Update Lint step to include log file upload and remove LOG_LEVEL variable for improved logging management
1 parent e526310 commit b9be1e6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,13 @@ jobs:
5959
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
6060
env:
6161
GITHUB_TOKEN: ${{ github.token }}
62+
RUN_LOCAL: true
6263
VALIDATE_MARKDOWN: true
63-
LOG_LEVEL: DEBUG
64+
CREATE_LOG_FILE: true
65+
66+
- name: Upload super-linter logs
67+
if: always()
68+
uses: actions/upload-artifact@v4
69+
with:
70+
name: super-linter.log
71+
path: super-linter.log

0 commit comments

Comments
 (0)