gha-lint
Built in Rust. Lints any GitHub Actions workflow.
#Open Source
#Developer Tools
#GitHub
gha-lint – Rust-based linter for GitHub Actions workflows
Summary: gha-lint is a Rust tool that lints GitHub Actions workflow files locally, preventing errors before pushing changes. It improves efficiency by catching issues in *.yml files early.
What it does
gha-lint analyzes GitHub Actions workflow YAML files for errors without needing to push to the repository. It runs via Cargo install and checks workflows locally.
Who it's for
Developers using GitHub Actions who want to validate workflow files before committing changes.
Why it matters
It reduces the risk and delay caused by broken GitHub Actions workflows detected only after pushing code.