-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
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
masterandmain. - 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