This commit is contained in:
Scott Blum 2023-09-22 16:15:50 -04:00
parent 7c7da12f96
commit f214f08826
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ generate: .tmp/protoc/bin/protoc
checkgenerate: generate
git status --porcelain
@if [ -n "$$(git status --porcelain)" ]; then \
git diff; \
exit 1; \
fi