Imads608 / PokeHub-App

This is a clone of Pokemon Showdown with additional features. (This is sort of inactive for now)
0 stars 0 forks source link

Create GitHub Actions for building App and making it a pre-req before merging to dev #41

Closed Imads608 closed 2 years ago

Imads608 commented 2 years ago

Currently, we're merging PRs into dev and then running the Actions to build the project. This often leads to issues being discovered after the merge.

We would ideally like to have a separate Actions Workflow for PRs that want to merge into dev and having it pass as a requirement.