We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4b9a8 commit 59b192aCopy full SHA for 59b192a
.github/workflows/rust-proto-check.yml
scripts/proto.mk
@@ -5,6 +5,7 @@ DOCKER_BUF := $(DOCKER) run --rm -v $(CURDIR):/workspace --workdir /workspace bu
5
proto-gen:
6
@echo "--> Generating Protobuf files"
7
buf generate --path="./proto/rollkit" --template="buf.gen.yaml" --config="buf.yaml"
8
+ cargo build
9
.PHONY: proto-gen
10
11
## proto-lint: Lint protobuf files. Requires docker.
0 commit comments