From a76a1d06e5fac7ea54a1dea3402e3f13a0c890a2 Mon Sep 17 00:00:00 2001 From: Radovan Zivkovic Date: Thu, 1 Aug 2024 16:15:27 +0200 Subject: [PATCH] Remove comment which indicates that grpc code-in-sync check is not run on CI --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 660430a9..064bcd3c 100644 --- a/Makefile +++ b/Makefile @@ -89,5 +89,4 @@ generate-grpc: ## generate grpc code check-generate-grpc-code-in-sync: generate-grpc check-generate-grpc-code-in-sync: ## check if the generated code is in sync with the proto files # this is a helper to check if the generated code is in sync with the proto files - # it's not run on CI at the moment git diff --exit-code rasa_sdk/grpc_py | if [ "$$(wc -c)" -eq 0 ]; then echo "Generated code is in sync with proto files"; else echo "Generated code is not in sync with proto files"; exit 1; fi \ No newline at end of file