Skip to content

Commit

Permalink
feat(ci): 🔨 print up to 128 lines of uncommitted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed Feb 8, 2024
1 parent b5496fb commit 335f995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
if [[ -n "$s" ]]; then
echo "ERROR: found modified files that should be committed:"
echo "$s"
git diff | head -n 128
exit 1
else
echo "OK: no uncommitted changes detected"
Expand Down

0 comments on commit 335f995

Please sign in to comment.