summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-18 13:09:22 -0600
committermo khan <mo@mokhan.ca>2025-07-18 13:09:22 -0600
commit9d5b310de5b2266aeb40f8585df65564b8de19b9 (patch)
tree4b8b6246718fe41f4f61da0e35db8adefa564563 /Makefile
parent466892ee541c5047de94112bcac5efc17b9d215b (diff)
chore: add lint target to validate spice schema
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 654b9cf3..114594e0 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,9 @@ build: $(AUTHZD_BIN)
test:
@go test ./...
+lint:
+ @zed validate etc/authzd/*.schema
+
run: build
@minit