Skip to content

Commit 9279c0d

Browse files
committed
test
1 parent 09fd31b commit 9279c0d

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

.github/workflows/convert-proto.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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: |

tools/proto-convert/src/config/protobuf-schema-template/api.mustache

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{{>partial_header}}
2-
syntax = "proto3";
3-
4-
package {{#lambda.lowercase}}{{{packageName}}}.{{{apiPackage}}};{{/lambda.lowercase}}
52

63
{{#imports}}
74
{{#import}}

0 commit comments

Comments
 (0)