Skip to content

Commit

Permalink
ci: better git diff output
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger committed May 10, 2024
1 parent 5b69c3d commit 1b57c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
if [ "$(git diff --ignore-space-at-eol dist/ | wc -l)" -gt "0" ]; then
echo "Detected uncommitted changes after build. See status below:"
git diff
git diff --text -v
exit 1
fi
id: diff
Expand Down

0 comments on commit 1b57c00

Please sign in to comment.