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
Is your feature request related to a problem?
Currently, there is no automated check to verify if the project builds successfully before merging PRs.
Describe the solution you'd like
Add a GitHub Action to run on PRs and pushes to master and main.
The workflow should:
Install dependencies.
Run the build (npm run build).
Fail if the build is unsuccessful.
Optionally, add caching for faster execution.
Additional context
Due to increase in contributions, there could be at times user fails to check build results. This will ensure only successful builds are merged, improving CI reliability.
Would you like to work on this
Yes
No
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
Currently, there is no automated check to verify if the project builds successfully before merging PRs.
Describe the solution you'd like
master
andmain
.npm run build
).Additional context
Due to increase in contributions, there could be at times user fails to check build results. This will ensure only successful builds are merged, improving CI reliability.
Would you like to work on this
The text was updated successfully, but these errors were encountered: