CI/CD
There's a .github/workflows/ci.yml
file in the repo that will validate all the formatting, linting, and types of your code changes, as well as run the tests. This runs in GitHub actions on every pull request to make sure your code is good to go.