Skip to content

Commit

Permalink
Lintcheck: Include truncated diff in CI artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Jul 22, 2024
1 parent 1f879fc commit 10bf729
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lintcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: diff
path: full_diff.md
if-no-files-found: ignore
path: |
full_diff.md
truncated_diff.md

0 comments on commit 10bf729

Please sign in to comment.