Skip to content

Fix rubocop warning; #62

Fix rubocop warning;

Fix rubocop warning; #62

Workflow file for this run

name: Ruby
on: [push]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, '3.0', head, truffleruby, truffleruby-head]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake