Skip to content

Commit 277af82

Browse files
authored
Make lint actually check test formatting (#75)
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent a31f98f commit 277af82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ common: $(GENERATED)
3636
.PHONY: lint
3737
lint: common
3838
$(JSONSCHEMA) fmt schemas meta --check
39-
$(JSONSCHEMA) fmt test --default-dialect "https://json-schema.org/draft/2020-12/schema"
39+
$(JSONSCHEMA) fmt test --check --default-dialect "https://json-schema.org/draft/2020-12/schema"
4040

4141
.PHONY: test
4242
test:

0 commit comments

Comments
 (0)