Skip to content

Commit f0350f8

Browse files
authored
Re-enable buf breaking (#252)
1 parent e3d4908 commit f0350f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ buf-lint:
7272

7373
buf-breaking:
7474
@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')
75+
@(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master')
7776

7877
##### Clean #####
7978
clean:

0 commit comments

Comments
 (0)