pipery-dev/Pipery Rust CI
CI pipeline for Rust: SAST, SCA, lint, build, test, versioning, packaging, release, reintegration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_path | Path to the project source tree the action should operate on. | no | . |
| config_file | Path to Pipery config file. | no | .pipery/config.yaml |
| rust_toolchain | Rust toolchain to use (e.g. stable, nightly, 1.75). | no | stable |
| tests_path | Test filter pattern passed to cargo test. | no | "" |
| features | Cargo features to enable (comma-separated). | no | "" |
| target | Cargo target triple (e.g. x86_64-unknown-linux-musl). | no | "" |
| github_token | GitHub token for release and reintegration steps. | no | "" |
| version_bump | Version bump type: patch, minor, or major. | no | patch |
| log_file | Path to the JSONL log file written during the run. | no | pipery.jsonl |
| target_branch | Target branch for reintegration. | no | main |
| crates_token | crates.io API token for publishing. | no | "" |
| skip_sast | Skip SAST step. | no | false |
| skip_sca | Skip SCA step. | no | false |
| skip_lint | Skip lint step. | no | false |
| skip_build | Skip build step. | no | false |
| skip_test | Skip test step. | no | false |
| skip_versioning | Skip versioning step. | no | false |
| skip_packaging | Skip packaging step. | no | false |
| skip_release | Skip release step. | no | false |
| skip_reintegration | Skip reintegration step. | no | false |
Outputs
no outputs