Learn about how Exercism handles Continuous Integration through GitHub Actions
At Exercism, we use GitHub Actions to handle our continuous integration (CI) and continuous deployment (CD) needs. This includes running tests, formatting things, and deploying things.
For more information, check: