Skip to content

Commit f83b2f8

Browse files
committed
Updated workflows (Proto gen)
1 parent 433065f commit f83b2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: dart pub global activate protoc_plugin
2828
- name: Validate protobufs
2929
run: |
30-
protoc --proto_path=protos --dart_out=grpc:client/lib/generated protos/common/*.proto protos/api/*.proto protos/db/*.proto
30+
protoc --proto_path=protos --dart_out=grpc:client/lib/generated protos/*.proto
3131
3232
rust-check:
3333
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)