Skip to content

Bump rubocop from 1.68.0 to 1.70.0 #125

Bump rubocop from 1.68.0 to 1.70.0

Bump rubocop from 1.68.0 to 1.70.0 #125

Workflow file for this run

name: Ruby
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
BUNDLE_WITH: test
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
bundler-cache: false
- name: Run the default task
run: |
gem install bundler -v 2.2.7
bundle config with 'test'
bundle install
bundle exec rake