Skip to content

Commit 3324e7e

Browse files
author
zhouhao
committed
schema: add .PHONY to validate
Signed-off-by: zhouhao <[email protected]>
1 parent 6ca773a commit 3324e7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ help:
1010
fmt:
1111
for i in *.json ; do jq --indent 4 -M . "$${i}" > xx && cat xx > "$${i}" && rm xx ; done
1212

13+
.PHONY: validate
1314
validate: validate.go
1415
go get -d ./...
1516
go build ./validate.go

0 commit comments

Comments
 (0)