Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: Add GitHub Action for Build Check #241

Open
1 of 2 tasks
muntaxir4 opened this issue Feb 23, 2025 · 0 comments
Open
1 of 2 tasks

FEAT: Add GitHub Action for Build Check #241

muntaxir4 opened this issue Feb 23, 2025 · 0 comments

Comments

@muntaxir4
Copy link
Contributor

muntaxir4 commented Feb 23, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant