I built this after spending an afternoon pushing tiny YAML tweaks to GitHub
just to see what an error said.
ci-debugger runs your workflows locally in Docker. The key feature vs act:
breakpoints. --step to pause before every step, --break-on-error to pause
on failure, [D] to drop into a bash shell inside the container.
Written in Go, MIT license. Happy to answer questions.
I built this after spending an afternoon pushing tiny YAML tweaks to GitHub just to see what an error said.