Skip to content

Add GitHub Actions workflow for pull request checks #30

@rahul810050

Description

@rahul810050

The repository currently has no automated pull request checks, which allows
broken or unverified code to be merged.

This issue proposes adding a GitHub Actions workflow that runs on pull requests
to validate code quality and build integrity.

The PR checks workflow should:

  • Trigger on pull_request events.
  • Install project dependencies.
  • Run linting (ESLint).
  • Run a production build to ensure it succeeds.
  • Fail the PR if any step fails.

Benefits:

  • Prevents broken builds from being merged.
  • Improves confidence during code reviews.
  • Establishes a CI baseline for future workflows.

This workflow will serve as the foundation for additional CI automation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions