tombi-toml/Setup Tombi
Set up your GitHub Actions workflow with Tombi
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Version of Tombi to install (e.g., "1.0.0", "latest"). When omitted, installs the Tombi version that matches this setup-tombi release. Mutually exclusive with lockfile. | no | — |
| lockfile | Path to a lock file used to resolve the Tombi version (uv.lock, poetry.lock, pnpm-lock.yaml, package-lock.json, yarn.lock, bun.lock). Mutually exclusive with version. | no | — |
| binary-checksum | SHA256 checksum to validate the installed executable binary | no | — |
| checksum | Alias for binary-checksum | no | — |
| archive-checksum | SHA256 checksum to validate the downloaded archive | no | — |
| enable-cache | Enable persistence of the Tombi cache. Supports "true", "false", and "auto". | no | auto |
Outputs
| name | description |
|---|---|
| cache-hit | A boolean value to indicate whether a Tombi cache entry was restored |