Skip to content

Commit 10bf729

Browse files
committed
Lintcheck: Include truncated diff in CI artifacts
1 parent 1f879fc commit 10bf729

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/lintcheck.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,7 @@ jobs:
128128
uses: actions/upload-artifact@v4
129129
with:
130130
name: diff
131-
path: full_diff.md
131+
if-no-files-found: ignore
132+
path: |
133+
full_diff.md
134+
truncated_diff.md

0 commit comments

Comments
 (0)