From ab0a4fdfb93aaa560e2f24998480f3ed3398dc1a Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 19 Nov 2025 15:25:34 -0400 Subject: [PATCH] Make `lint` actually check test formatting Signed-off-by: Juan Cruz Viotti --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bad2233..0fa1cb25 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ common: $(GENERATED) .PHONY: lint lint: common $(JSONSCHEMA) fmt schemas meta --check - $(JSONSCHEMA) fmt test --default-dialect "https://json-schema.org/draft/2020-12/schema" + $(JSONSCHEMA) fmt test --check --default-dialect "https://json-schema.org/draft/2020-12/schema" .PHONY: test test: