You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 21, 2026. It is now read-only.
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.