Skip to content

FEAT: Add GitHub Action for Build Check #241

@muntaxir4

Description

@muntaxir4

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions