Problem
Developers can't run GitHub Actions CI workflows locally to validate changes before pushing. This leads to wasted CI runs and slow iteration.
Solution
Add .actrc configuration and Makefile targets for running CI workflows locally with nektos/act.
Files
.actrc — default act configuration
Makefile — act-ci, act-lint, act-test targets
Problem
Developers can't run GitHub Actions CI workflows locally to validate changes before pushing. This leads to wasted CI runs and slow iteration.
Solution
Add
.actrcconfiguration andMakefiletargets for running CI workflows locally withnektos/act.Files
.actrc— default act configurationMakefile—act-ci,act-lint,act-testtargets