A simple Hello World app in Next.js, built using an Actionforge graph as the CI/CD pipeline.
npm install
npm run devThe build pipeline is defined as an Actionforge graph in .github/workflows/graphs/build.act:
checkout -> run (npm install && npm run build) -> upload-artifact (out/)
It runs on every push to main, on pull requests, and on manual dispatch.