typeddevs/Install bashunit
Install the bashunit testing framework binary at a pinned, immutable version.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | bashunit version to install (e.g. "0.37.0"). Defaults to the version pinned at this action ref. Pass "latest" to override. | no | 0.42.0 |
| directory | Directory, relative to the workspace, where the bashunit binary is installed. | no | lib |
| add-to-path | Add the install directory to $GITHUB_PATH so you can run "bashunit" directly. | no | true |
| verify-checksum | Verify the downloaded binary against the release sha256 checksum asset. | no | true |
| args | If set, run "bashunit <args>" after installing (e.g. "tests/ --strict"). Empty = install only. | no | "" |
Outputs
| name | description |
|---|---|
| path | Path to the installed bashunit binary, relative to the workspace. |
| version | The installed bashunit version (e.g. "0.37.0"). |