Skip to content

chore(ci): rubocop now targets 3.1, add 3.4.0-preview1 as experimental #1488

chore(ci): rubocop now targets 3.1, add 3.4.0-preview1 as experimental

chore(ci): rubocop now targets 3.1, add 3.4.0-preview1 as experimental #1488

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
build:
name: Rubocop
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
ruby: [
3.1
]
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Rubocop
run: bin/rubocop