Skip to content

Add Ruby 4.0 to CI

Add Ruby 4.0 to CI #1

Workflow file for this run

name: rubocop
on:
push:
pull_request:
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Ruby 2.5
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
- name: Lint Ruby code with RuboCop
run: |
bundle install
bundle exec rubocop --parallel