Closed andrewjstryker closed 1 year ago
There are no checks that prevent merging wrong code into main.
main
Ideally, GitHub Actions would run the test suite on all commit attempts that impact the main branch and only allow the commit to complete if the code passes the tests.
There are no checks that prevent merging wrong code into
main
.Ideally, GitHub Actions would run the test suite on all commit attempts that impact the
main
branch and only allow the commit to complete if the code passes the tests.