ganeshkrishnareddy/Setup Bun
Set up Bun runtime with automatic caching for faster CI/CD pipelines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| bun-version | Bun version to install (e.g., 1.3.14, latest, canary) | no | latest |
| cache | Enable dependency caching (true/false) | no | true |
| cache-key | Custom cache key prefix | no | "" |
| registry-url | npm registry URL for private packages | no | "" |
| github-token | GitHub token for registry auth | no | "" |
Outputs
| name | description |
|---|---|
| bun-version | Installed Bun version |
| cache-hit | Whether cache was hit |