Daniel Sogl’s Post

Every developer knows this loop: write a GitHub Actions workflow, push, CI fails, fix, push again, repeat 😒 Not fun. Not efficient. That's why I've been using act for my side projects. It runs your GitHub Actions workflows locally — before you push anything. It reads your .github/workflows/ files, spins up Docker containers that mirror the GitHub runner environment, and executes your jobs exactly as GitHub would. Two things I find particularly useful: it works as a local task runner to replace Makefiles, and there's a VS Code extension that lets you trigger workflows directly from the editor. https://lnkd.in/den8P42D #GitHubActions #DevTools #DeveloperProductivity #CI #DevOps

To view or add a comment, sign in

Explore content categories