Skip to content

Commit

Permalink
Merge pull request #225 from spacemeshos/restore-breaking-check
Browse files Browse the repository at this point in the history
restore breaking check
  • Loading branch information
countvonzero authored Mar 30, 2023
2 parents 0f4a519 + 5b2d36d commit c997e7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ lint: $(BUF)
.PHONY: https
https: $(BUF)
buf lint
buf breaking --against "$(HTTPS_GIT)#branch=master"

# ssh is what we run when testing in CI providers that provide ssh public key authentication.
# This does breaking change detection against our remote HTTPS ssh repository.
Expand Down

0 comments on commit c997e7b

Please sign in to comment.