Description
Create a new github actions workflow that runs a typescript check, lints, builds the app, and runs the tests on the frontend
Acceptance Criteria
- Create the GitHub Actions that runs on every PR with these steps:
- typescript check
- lint
- build the app
- run tests
- Add it as a required check via a terraform PR