Building a Temporal-Based CI Orchestrator in Go
Introduction
You push code to GitHub and your CI pipeline starts running. Then it happens:
Lint fails.
You fix it and push again.
Tests fail.
You fix that, push again, and now the build fails.Afte
prathamesh-thakare.hashnode.dev12 min read