Skip to content

Fix rubocop: auto-correct style offenses, update .rubocop.yml #2

Fix rubocop: auto-correct style offenses, update .rubocop.yml

Fix rubocop: auto-correct style offenses, update .rubocop.yml #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- run: bundle exec rake test
- run: bundle exec rubocop --format simple