chore: move proto generation to mise tasks

This commit is contained in:
Pasha Sviderski
2026-03-19 17:32:48 +10:00
parent 3f95583dd4
commit 76880d901a
3 changed files with 15 additions and 12 deletions
+3 -3
View File
@@ -69,7 +69,7 @@ jobs:
- name: Generate Protobuf files
run: |
make proto
# check if the generated files are up to date
mise run proto
# Check if the generated files are up to date.
git diff --exit-code ||
(echo "Generated protobuf files are not up to date. Please run 'make proto' and commit the changes." && exit 1)
(echo "Generated protobuf files are not up to date. Please run 'mise run proto' and commit the changes." && exit 1)