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:
-
Run build check:
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:
Expected Outcome
- CI runs automatically on each PR
- PRs fail if lint or build fails
- Improved code reliability and stability
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:
Run build check:
Expected Outcome
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:
Expected Outcome