We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d537285 commit fbcdb32Copy full SHA for fbcdb32
.github/workflows/update-a2a-types.yml
@@ -62,6 +62,15 @@ jobs:
62
--use-subclass-enum
63
echo "Codegen finished."
64
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
74
- name: Create Pull Request with Updates
75
uses: peter-evans/create-pull-request@v6
76
with:
0 commit comments