From 5b2d36d9788c34d8157d765262c77375b7394a61 Mon Sep 17 00:00:00 2001 From: kimmy lin <30611210+countvonzero@users.noreply.github.com> Date: Wed, 29 Mar 2023 15:11:02 -0700 Subject: [PATCH] restore breaking check --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 25a170c4..5f356dac 100644 --- a/Makefile +++ b/Makefile @@ -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.