Where would I go if I wanted reliable CI for my Python software project? Running tests, linting checks, docs checks, translation checks and so on. Does not need to produce build artifacts (though seeing console output of the process would be nice for debugging reasons).
With GitHub Workflows approaching Travis-levels of reliability, I'm at "some 9s would be nice"
With GitHub Workflows approaching Travis-levels of reliability, I'm at "some 9s would be nice"
2