software-mansion/Setup Scarb
Sets up Scarb in your GitHub Actions workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| scarb-version | Scarb version to use | no | — |
| tool-versions | Path to .tool-versions file | no | — |
| scarb-lock | Path to Scarb.lock file | no | — |
| cache | Enable dependency caching | no | true |
| cache-targets | If caching is enabled, cache target directories as well | no | true |
Outputs
| name | description |
|---|---|
| scarb-prefix | The prefix of the installed Scarb |
| scarb-version | The version of the installed Scarb |