Skip to content

Commit d2d19e6

Browse files
committed
ci: better git diff output
1 parent 730c1d9 commit d2d19e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
4242
echo "Detected uncommitted changes after build. See status below:"
43-
git diff
43+
git diff --text -v
4444
exit 1
4545
fi
4646
id: diff

0 commit comments

Comments
 (0)