GitHub Actions Primer
GitHub Actions provides free virtual machines (runners) that we can use to automate the repetitive tasks in our project repository. For example automating code testing, integration, building app and deployment on the server.
Workflow
We define a set ...
waqar.org3 min read