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 e3d4908 commit f0350f8Copy full SHA for f0350f8
Makefile
@@ -72,8 +72,7 @@ buf-lint:
72
73
buf-breaking:
74
@printf $(COLOR) "Run buf breaking changes check against master branch..."
75
- @printf $(COLOR) "Disabling buf breaking until https://github.com/temporalio/api/pull/251 merged"
76
-# @(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master')
+ @(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master')
77
78
##### Clean #####
79
clean:
0 commit comments