Skip to content

Commit

Permalink
Print git diff change
Browse files Browse the repository at this point in the history
Signed-off-by: lubronzhan <lubronzhan@gmail.com>
  • Loading branch information
lubronzhan committed Jan 17, 2024
1 parent 560236a commit 34281ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/actions/check-uncommitted-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ if git status -s ${TARGETS[@]} 2>&1 | grep -E -q '^\s+[MADRCU]'
then
echo Uncommitted changes in generated sources:
git status -s ${TARGETS[@]}
git diff
exit 1
fi

0 comments on commit 34281ac

Please sign in to comment.