1 parent 696f946 commit b07928bCopy full SHA for b07928b
1 file changed
.github/workflows/convert-proto.yml
@@ -121,6 +121,10 @@ jobs:
121
run: |
122
java -jar cloned-repo/modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -c tools/proto-convert/src/config/protobuf-generator-config.yaml
123
124
+ - name: Reformat proto files
125
+ run: |
126
+ buf format -w protos/generated
127
+
128
- name: Post Process Protobuf
129
run: npm run postprocessing
130
0 commit comments