Skip to content

Commit

Permalink
chore(ci): print git status in simtest clippy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Dec 18, 2024
1 parent d5a8e4d commit 9e3fa4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/simtest/clippy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# verify that git repo is clean
if [[ -n $(git status -s) ]]; then
echo "Working directory is not clean. Please commit all changes before running this script."
echo $(git status -s)
exit 1
fi

Expand Down

0 comments on commit 9e3fa4f

Please sign in to comment.