Lintcheck: Include truncated diff in CI artifacts
This commit is contained in:
parent
1f879fc0cf
commit
10bf729e3f
1 changed files with 4 additions and 1 deletions
5
.github/workflows/lintcheck.yml
vendored
5
.github/workflows/lintcheck.yml
vendored
|
@ -128,4 +128,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: diff
|
name: diff
|
||||||
path: full_diff.md
|
if-no-files-found: ignore
|
||||||
|
path: |
|
||||||
|
full_diff.md
|
||||||
|
truncated_diff.md
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue