outerbase / sdk

Typescript ORM and automated model generation direct from your database schema. Supports Outerbase features for saved queries & AI.
https://outerbase.com
MIT License
12 stars 5 forks source link

Run tests on new pull request commits to verify `npm build` succeeds #13

Open Brayden opened 6 months ago

Brayden commented 6 months ago

Is your feature request related to a problem? Please describe. Currently when pull requests are open, there is no valid checks to ensure the code being suggested compiles or builds correctly.

Describe the solution you'd like When an open pull request receives a new commit to the PR we should run an automation script that verifies that, at the very least, the npm build command succeeds. We should prevent the ability to merge PR's that break the ability to compile or build the project.

Describe alternatives you've considered N/A

Additional context N/A