@hipsterelectron @lina about cloud service and continuous integration, writingna simple self-hosted runner gave me some insight. Forgejo (software behind codeberg) is a single go binary.It's super easy to run locally. I mostly did dev my runner against my local instance. I had both the forge and the CI running locally.
That also means I can iterate in CI actions workflows locally on throwaway branches. Or run CI locally.
Sinple tools are fun :)