Skip to content

CI Pipeline: Automated checks for PRs #84

@Ayush8923

Description

@Ayush8923

Is your feature request related to a problem?
Currently, there is no automated CI process to validate code quality or ensure successful project builds on each PR or push. This can result in lint errors or build failures being overlooked until later stages.

Describe the solution you'd like
Set up a CI pipeline (e.g., GitHub Actions) to automatically run the following checks on every pull request and push:

  • Run lint check:

    npm run lint  
    
  • Run build check:

    npm run build  
    

Expected Outcome

  • CI runs automatically on each PR
  • PRs fail if lint or build fails
  • Improved code reliability and stability
Original issue

Describe the current behavior
Currently, there is no automated CI process to validate code quality or ensure the project builds successfully on each PR or push. This can lead to issues such as lint errors or build failures going unnoticed until later stages.

Describe the enhancement you’d like
Set up a CI pipeline (e.g., GitHub Actions) to automatically run the following checks on every pull request and push:

  • Run lint check:
npm run lint
  • Run build check:
npm run build

Expected Outcome

  • CI runs automatically on each PR
  • PRs fail if lint or build fails
  • Improved code reliability and stability

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions