strongo/Continuous integration for Go modules

Test pipeline for Go modules

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
lint-timeoutHow long to wait for lint to complete before failingno3m
github_tokenGitHub secret tokenyes
code_coverageset to `true` to run code coverage with Coverallsno
cgo_enabledBuild and test with cgo (sets CGO_ENABLED=1). Defaults to false (CGO_ENABLED=0) for pure-Go, statically-linked, cross-compilable builds.nofalse
working-directoryDirectory containing the Go module (go.mod). Useful for monorepos where the module is not at the repo root. Defaults to the repo root.no.
push_tagOn push to main, bump and push a SemVer git tag (via conventional commits). Set to false for repos that manage versioning elsewhere (e.g. Nx Release in a monorepo). Requires contents:write when enabled.notrue

no outputs