16  Using Continuous Integration

It’s nice to run tests and checks locally, but we can actually set things up to happen automatically every time we psuh to GitHub.

To do this, run:

#  (singular, not plural)
use_github_action()

And follow the prompts