Skip to content

Fix autocorrectable offenses using Rubocop #63

Fix autocorrectable offenses using Rubocop

Fix autocorrectable offenses using Rubocop #63

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
# Run `bundle install` and cache all installed gems automatically
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop --parallel