- GitHub Actions should run on every Pull Request - [x] Run linting ~~- [ ] Run testing~~ - [x] Attempt a build before merging - Github Actions is merged to main ~~- [ ] Tests are run~~ - [x] Build - [ ] Should build into the "Staging" environment - [x] Triggered by merging to `main` branch - GitHub Actions should have a Production Environment ~~- [ ] Tests are run~~ - [ ] Build - [ ] Should build into the "Production" environment - [ ] Manual release
GitHub Actions should run on every Pull Request
- [ ] Run testingGithub Actions is merged to main
- [ ] Tests are runmainbranchGitHub Actions should have a Production Environment
- [ ] Tests are run