Skip to content

Set Ruby 3.1 for linter CI #1

Set Ruby 3.1 for linter CI

Set Ruby 3.1 for linter CI #1

Workflow file for this run

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