Skip to content

Commit

Permalink
adding git diff output to action
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
  • Loading branch information
QuantamHD committed Sep 29, 2023
1 parent 2764da2 commit ebf402f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
exit 0
else
git status --porcelain
git diff
printf "Your ODB generated files are out of date\n"
printf "run ./generate in the src/odb/src/codeGenerator folder"
exit 1
Expand Down

0 comments on commit ebf402f

Please sign in to comment.