We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d537285 commit 126c805Copy full SHA for 126c805
1 file changed
.github/workflows/update-a2a-types.yml
@@ -62,6 +62,18 @@ jobs:
62
--use-subclass-enum
63
echo "Codegen finished."
64
65
+ - name: Install Buf
66
+ uses: bufbuild/buf-setup-action@v1
67
+
68
+ - name: Run buf generate
69
+ run: |
70
+ set -euo pipefail # Exit immediately if a command exits with a non-zero status
71
72
+ echo "Running buf generate..."
73
+ buf generate
74
+ uv run scripts/grpc_gen_post_processor.py
75
+ echo "Buf generate finished."
76
77
- name: Create Pull Request with Updates
78
uses: peter-evans/create-pull-request@v6
79
with:
0 commit comments