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.
1 parent 6ca773a commit 3324e7eCopy full SHA for 3324e7e
schema/Makefile
@@ -10,6 +10,7 @@ help:
10
fmt:
11
for i in *.json ; do jq --indent 4 -M . "$${i}" > xx && cat xx > "$${i}" && rm xx ; done
12
13
+.PHONY: validate
14
validate: validate.go
15
go get -d ./...
16
go build ./validate.go
0 commit comments