DEV Community

Discussion on: Share your GitHub Actions Hackathon 2021 Updates!

Collapse
 
robertobutti profile image
Roberto B.

Building your workflow via code.

$yaml=\App\Objects\YamlObject::make()
        ->setName("My Test Name")
        ->setOnPushDefaultBranches()
        ->addMysqlService()
        ->addMatrixOsUbuntuLatest()
        ->toString();
Enter fullscreen mode Exit fullscreen mode

dev.to/robertobutti/maghic-a-swiss...