summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-22 18:06:45 -0600
committermo khan <mo@mokhan.ca>2025-07-22 18:06:45 -0600
commitfc0b1125403d5fe6edb69859a6387d2c069296eb (patch)
treee7b9b1b8b0a1cfd832c70577e9a204b904c37347 /Makefile
parente1eb7946a1aeffe3e8300792bf70dafbcd92f965 (diff)
chore: validate all spicedb files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4018647..1fb0088 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,8 @@ run-image: clean build-image
lint:
@go tool yamlfmt --lint -exclude vendor .
- @$(ZED_CMD) validate etc/authzd/schema.zed
+ @$(ZED_CMD) validate etc/authzd/*.zed
+ @$(ZED_CMD) validate etc/authzd/*.yaml
tidy:
@go get -u ./...