-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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
Type
Projects
Status