Skip to content

Commit abcd7eb

Browse files
authored
Re-enable breaking check (#193)
1 parent 6e45103 commit abcd7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $(PROTO_OUT):
2929
mkdir $(PROTO_OUT)
3030

3131
##### Compile proto files for go #####
32-
grpc: buf-lint api-linter gogo-grpc fix-path
32+
grpc: buf-lint api-linter buf-breaking gogo-grpc fix-path
3333

3434
go-grpc: clean $(PROTO_OUT)
3535
printf $(COLOR) "Compile for go-gRPC..."

0 commit comments

Comments
 (0)