Skip to content

Commit fbcdb32

Browse files
committed
ci: Add Protobuf generation to update-a2a-types.yml
1 parent d537285 commit fbcdb32

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/update-a2a-types.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,15 @@ jobs:
6262
--use-subclass-enum
6363
echo "Codegen finished."
6464
65+
- name: Run buf generate
66+
run: |
67+
set -euo pipefail # Exit immediately if a command exits with a non-zero status
68+
69+
echo "Running buf generate..."
70+
buf generate
71+
uv run scripts/grpc_gen_post_processor.py
72+
echo "Buf generate finished."
73+
6574
- name: Create Pull Request with Updates
6675
uses: peter-evans/create-pull-request@v6
6776
with:

0 commit comments

Comments
 (0)