Continuous Integration

We use GitHub Actions to create and execute continuous integration workflows. You can find workflow definitions in the .github/workflows/ directory.

Run bundle exec rubocop to run Rubocop locally before you push. To autocorrect certain errors, run bundle exec rubocop --autocorrect.