antongolub/Setup Bun Runtime
Setup Bun Runtime
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bun-version | Version Spec of the version to use. Examples: 0.0.77, 0.1.2, >=0.1 | no | — |
| bun-repo | GitHub release stream to use. Defaults to: Jarred-Sumner/bun-releases-for-updater | no | — |
| version | Alias for bun-version option | no | — |
| cache | Enable cross-job installed modules caching. Default is false | no | — |
| cache-bin | Enable cross-job installed bun binaries caching. Default is false | no | — |
| bun-config | Override bunfig.toml file. JSON string as input | no | — |
| config | bun-config option alias | no | — |
| token | GitHub PAT token to use | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean value to indicate if a module cache was hit |
| bun-version | The installed bun version |
| error | The error message if any |