Skip to content

Move Ruby 3.0+ point to correct version #422

Move Ruby 3.0+ point to correct version

Move Ruby 3.0+ point to correct version #422

Workflow file for this run

name: Run rubocop
on:
push:
pull_request:
schedule:
- cron: '4 0 * * SUN'
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
- run: bundle install
- run: bundle exec rake -t rubocop