Local CI. Sign off on your own work
a year ago
- #GitHub
- #LocalDevelopment
- #CI
- GitHub CLI extension for local CI allows running tests on your own machine.
- Remote CI runners are great but may be unnecessary for some apps.
- Modern dev laptops are fast and underutilized, making them ideal for local CI.
- Cloud CI services can be slow, expensive, and rented.
- The extension simplifies getting a green GitHub commit status without cloud CI.
- Commands include installing the extension, signing off on PRs, and requiring signoff for merges.
- Supports adding completion to ~/.bashrc.
- Open-source under MIT License.