Skip to content

Commit 335a0a4

Browse files
committed
update makefile to test
1 parent eb53bcb commit 335a0a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ verify: tidy download ## Verify code. Includes dependencies, linting, formatting
113113
@git diff --quiet ||\
114114
{ echo "New file modification detected in the Git working tree. Please check in before commit."; git --no-pager diff --name-only | uniq | awk '{print " - " $$0}'; \
115115
if [ "${CI}" = true ]; then\
116+
git diff
116117
exit 1;\
117118
fi;}
118119
@echo "Validating codegen/docgen build scripts..."

0 commit comments

Comments
 (0)