What's the first thing you should do when starting a new project...? Setup a good CI system!
With Github Actions you can do it in a couple of seconds. You can easily setup a workflow to build your project, test it on different machines, and deploy the results.
In this talk we're going to see how you can setup a simple Github Action for your repository and start enjoying it right after.