qroc/Rust Cargo integration
Integration Rust Cargo with GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| command | Cargo command like `build`, `check`, `test`, etc | yes | — |
| args | Arguments for the cargo command | no | — |
| manifest-path | Path to the Cargo.toml. By default, is the working directory. | no | — |
| token | GitHub token. Used for enable more powerful annotation system. | no | — |
| toolchain | Toolchain to use. For example: `nightly` | no | — |
Outputs
| name | description |
|---|---|
| notice_count | notice count |
| warning_count | warning count |
| failure_count | failure count |