Skip to content

Drop support for Ruby 2.7 #417

Drop support for Ruby 2.7

Drop support for Ruby 2.7 #417

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