Skip to content

[CI] Adds Ruby 3.4 #2099

[CI] Adds Ruby 3.4

[CI] Adds Ruby 3.4 #2099

Workflow file for this run

name: rubocop
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3
- name: Run Rubocop
run: |
gem install rubocop
rubocop