Skip to content

Commit b07928b

Browse files
committed
test
1 parent 696f946 commit b07928b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/convert-proto.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ 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+
124128
- name: Post Process Protobuf
125129
run: npm run postprocessing
126130

0 commit comments

Comments
 (0)