Description
Currently, when contributors submit Pull Requests, maintainers have to manually clone the branch and test if the code builds and passes unit tests. This slows down the review process.
Proposed Solution
I propose creating a .github/workflows/ci.yml file to set up a robust GitHub Actions pipeline. The pipeline will automatically install dependencies, run the test suite, and visually display a green checkmark on the PR.
I would love to work on this advanced CI/CD issue under the GSSoC '24 program! Could you please assign it to me?
Description
Currently, when contributors submit Pull Requests, maintainers have to manually clone the branch and test if the code builds and passes unit tests. This slows down the review process.
Proposed Solution
I propose creating a
.github/workflows/ci.ymlfile to set up a robust GitHub Actions pipeline. The pipeline will automatically install dependencies, run the test suite, and visually display a green checkmark on the PR.I would love to work on this advanced CI/CD issue under the GSSoC '24 program! Could you please assign it to me?