We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
lint
1 parent a31f98f commit 277af82Copy full SHA for 277af82
Makefile
@@ -36,7 +36,7 @@ common: $(GENERATED)
36
.PHONY: lint
37
lint: common
38
$(JSONSCHEMA) fmt schemas meta --check
39
- $(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"
40
41
.PHONY: test
42
test:
0 commit comments