From 7367168f7a11a8801850c11bb99e1371ea59573a Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Fri, 14 Oct 2022 12:23:12 +0000 Subject: [PATCH] Add fmt-check to checks-backand Signed-off-by: Yarden Shoham --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8bb260921293..f30a42bf682da 100644 --- a/Makefile +++ b/Makefile @@ -334,7 +334,7 @@ checks: checks-frontend checks-backend checks-frontend: lockfile-check svg-check .PHONY: checks-backend -checks-backend: tidy-check swagger-check swagger-validate +checks-backend: tidy-check swagger-check swagger-validate fmt-check .PHONY: lint lint: lint-frontend lint-backend