Decision Workspace
gha-lint vs dev-ci vs actions-rs
Side-by-side comparison of Rust crates
34
gha-lint
experimentalv0.1.0
Static analyzer for GitHub Actions workflows. It scans `.github/workflows/*.yml` / `*.yaml`, parses YAML, and runs deterministic checks. It **DOES NOT** include network requests, dry-runs, or command execution. It's a **linter**. So no network requests, no dry-run, no command execution.
53
dev-ci
experimentalv0.9.2
Calibrated GitHub Actions workflow generator for Rust crates. Library API + CLI binary. Byte-deterministic YAML output. Part of the dev-* verification collection.
49
actions-rs
experimentalv0.1.0
Zero-dependency toolkit for writing GitHub Actions in Rust: annotations, workflow commands, environment files, typed inputs and job summaries.
Core Metrics
| gha-lint | dev-ci | actions-rs | |
|---|---|---|---|
| Health Score | 34 | 53 | 49 |
| Total Downloads | 182 | 45 | 17 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 2 | 6 | 0 |
| Releases | 1 | 3 | 1 |
| Last Updated | 172d ago | 13d ago | 8d ago |
| Age | 5m | 14d | 8d |
Health Breakdown
gha-lint
Maintenance
5
Quality
12
Community
4
Popularity
3
Documentation
10
dev-ci
Maintenance
13
Quality
15
Community
8
Popularity
2
Documentation
15
actions-rs
Maintenance
12
Quality
15
Community
6
Popularity
1
Documentation
15
Technical Details
| gha-lint | dev-ci | actions-rs | |
|---|---|---|---|
| Version | 0.1.0 | 0.9.2 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 10 | 2 | 0 |
| Crate Size | 10KB | 29KB | 42KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | 1.85 | 1.95 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •dev-ci leads with a health score of 53/100, but none of the options score above 80.
- •gha-lint has the most downloads (182), suggesting wider adoption.