Skip to content

Commit

Permalink
Re-enable breaking changes check (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
ast2023 authored Jan 12, 2024
1 parent 6f67ff7 commit 42d0427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ buf-lint: $(STAMPDIR)/buf-mod-prune

buf-breaking:
@printf $(COLOR) "Run buf breaking changes check against master branch..."
### @(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master')
@(cd $(PROTO_ROOT) && buf breaking --against '.git#branch=master')

##### Clean #####
clean:
Expand Down

0 comments on commit 42d0427

Please sign in to comment.