The codebase does not have a CI/CD pipeline that runs the test suite against every new PR. That means that buggy code could be merged at some point and eventually be deployed.
Suggestion
Install a GitHub Action that runs the test suite against every new PR and every commit to main.
Description
The codebase does not have a CI/CD pipeline that runs the test suite against every new PR. That means that buggy code could be merged at some point and eventually be deployed.
Suggestion
Install a GitHub Action that runs the test suite against every new PR and every commit to
main
.