mirror of
https://github.com/luxfi/magnetar.git
synced 2026-07-27 02:53:47 +00:00
Adds GitHub Actions CI on push to main/dev + PRs: - go build ./... - go test -count=1 -short -timeout 300s ./... - go vet ./... - govulncheck (non-blocking, reports advisories) GOWORK=off per repo convention.