From 5481d3bf4b846d20bf5d5eb32916c937c0aa314c Mon Sep 17 00:00:00 2001 From: Johan Siebens Date: Wed, 16 Nov 2022 07:16:11 +0100 Subject: [PATCH] chore: add check for breaking api --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ca159d..a8beb31 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,7 @@ format: buf format -w proto lint: - buf lint proto \ No newline at end of file + buf lint proto + +breaking: + buf breaking proto --against https://github.com/jsiebens/ionscale.git#subdir=proto