Skip to content

Add benchmark dependency and test Ruby 4 #43

Add benchmark dependency and test Ruby 4

Add benchmark dependency and test Ruby 4 #43

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop