add .custard.yaml — enable tap auto-release + checks
fa2e271ec7191def14430cfd087e6ebc6d1147e6
humdrum <me@humdrum.me> · 2026-06-18 08:23
parent 846f7400
1 files changed
.custard.yaml +7 −0
@@ -0,0 +1,7 @@
+# custard release config — self-hosted Homebrew tap + checks.
+brew:
+ enabled: true
+ package: ./cmd/custard
+ci:
+ - go vet ./...
+ - go test ./...