bahdotsh/wrkflw
Validate and Run GitHub Actions locally. observed · 2026-08-28
Health v2 · maintenance only
76/100
- Activity 90
- Release rhythm 80
- Longevity 37
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 6.5
- age_days: 522
- days_rel: 134
- days_push: 61
- n_releases_24m: 9
Adoption not part of the score
3303 stars · 61 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A Rust CLI and TUI tool for validating and executing GitHub Actions workflows locally before pushing to GitHub. It supports Docker, Podman, and sandboxed emulation runtimes, plus workflow validation, matrix builds, and GitLab CI triggering.
Use cases
- validate github actions workflow files locally
- run ci workflows on my machine before pushing
- test github actions without pushing commits
- debug failing github actions jobs locally
- lint and check workflow yaml syntax
- run a single github actions job locally
- trigger workflow_dispatch remotely
When to choose
- you want to catch workflow syntax and structure errors before pushing
- you need to iterate on CI workflows without waiting for GitHub runners
- you want a terminal UI to inspect workflow DAGs, logs, and job dependencies
- you need matrix builds, reusable workflows, or expression evaluation locally
When to avoid
- your workflows rely on service containers, concurrency groups, or encrypted secrets
- you need to run windows or macOS runner jobs faithfully
- you need a full GitHub Actions-compatible runner like act with broad action support
- you need remote triggering of events other than workflow_dispatch
Facets
cli-tool · maturity active
ci-cd cli testing developer-tools terminal-ui developer-tools cli rust cross-platform github-actions workflow-validation local-ci tui gitlab-ci workflow-execution devops command-line automation docker
3 sources
- readme: https://github.com/bahdotsh/wrkflw · fetched 2026-08-28 · 4ab1afc7c74a
- homepage: https://github.com/bahdotsh/wrkflw · fetched 2026-08-29 · 7162a6d3b742
- registry_crates: https://crates.io/api/v1/crates/wrkflw · fetched 2026-08-29 · 3c03810dc406
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bahdotsh/wrkflw | main | 76 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem