A simple Hello World app in Go, built using an Actionforge graph as the CI/CD pipeline.
go build -o hello-world .The build pipeline is defined as an Actionforge graph in .github/workflows/graphs/build.act:
checkout -> setup-go -> build -> upload-artifact
It runs on every push to main, on pull requests, and on manual dispatch.