Skip to content

Bump rubocop from 1.86.0 to 1.86.1 #326

Bump rubocop from 1.86.0 to 1.86.1

Bump rubocop from 1.86.0 to 1.86.1 #326

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby_version: ["3.3", "3.4", "4.0"]
steps:
- uses: actions/checkout@v6
- name: Update .ruby-version with matrix value
run: echo "${{ matrix.ruby_version }}" >| .ruby-version
- uses: ruby/setup-ruby@e65c17d16e57e481586a6a5a0282698790062f92 # pin@v1.300.0
with:
bundler-cache: true
- name: test
run: script/test