# custard release config โ glint is a Go CLI distributed via the Homebrew tap.
ci:
- golangci-lint run
- go vet ./...
- go test ./...
brew:
enabled: true
package: "." # main is at the repo root
source: tag # `custard release vX.Y.Z` tags + pushes; the forge publishes from the tag
|