A simple Hello World app in PHP, built using an Actionforge graph as the CI/CD pipeline.
php index.phpThe build pipeline is defined as an Actionforge graph in .github/workflows/graphs/build.act:
checkout -> run (php index.php)
It runs on every push to main, on pull requests, and on manual dispatch.