avikalpg / free-time

https://myfreetimeinaweek.in helps its users recognize the amount of time they have in their life for things that they love.
GNU General Public License v3.0
5 stars 8 forks source link

Continuous Integration setup through Github actions #4

Closed avikalpg closed 2 years ago

avikalpg commented 2 years ago

This currently directly installs expo cli globally within the VM, which is not the recommended way to implement CI/CD in expo applications.