We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633dd5b commit e381e51Copy full SHA for e381e51
Makefile
@@ -72,7 +72,7 @@ buf-lint:
72
73
buf-breaking:
74
@printf $(COLOR) "Run buf breaking changes check against master branch..."
75
-# @(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master')
+ @(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master')
76
77
##### Clean #####
78
clean:
0 commit comments