File tree Expand file tree Collapse file tree
tools/proto-convert/src/config/protobuf-schema-template Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,12 +121,12 @@ jobs:
121121 run : |
122122 java -jar cloned-repo/modules/openapi-generator-cli/target/openapi-generator-cli.jar generate -c tools/proto-convert/src/config/protobuf-generator-config.yaml
123123
124- # - name: Reformat proto files
125- # run: |
126- # buf format -w protos/generated
127- #
128- # - name: Post Process Protobuf
129- # run: npm run postprocessing
124+ - name : Reformat proto files
125+ run : |
126+ buf format -w protos/generated
127+
128+ - name : Post Process Protobuf
129+ run : npm run postprocessing
130130
131131 - name : Configure Git User
132132 run : |
Original file line number Diff line number Diff line change 11{ {> partial_header} }
2- syntax = "proto3";
3-
4- package { {#lambda.lowercase} }{ {{packageName} }}.{ {{apiPackage} }};{ {/lambda.lowercase} }
52
63{ {#imports} }
74{ {#import} }
You can’t perform that action at this time.
0 commit comments