Skip to content

Adds Ruby 3.3 support #96

Adds Ruby 3.3 support

Adds Ruby 3.3 support #96

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 2.7
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run Lint
run: bundle exec rubocop --parallel