strongo/Continuous integration for Go modules
Test pipeline for Go modules
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| lint-timeout | How long to wait for lint to complete before failing | no | 3m |
| github_token | GitHub secret token | yes | — |
| code_coverage | set to `true` to run code coverage with Coveralls | no | — |
| cgo_enabled | Build and test with cgo (sets CGO_ENABLED=1). Defaults to false (CGO_ENABLED=0) for pure-Go, statically-linked, cross-compilable builds. | no | false |
| working-directory | Directory 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_tag | On 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. | no | true |
Outputs
no outputs