Skip to content

Add Ruby 3.3 to CI matrix #70

Add Ruby 3.3 to CI matrix

Add Ruby 3.3 to CI matrix #70

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
name: Lint - Ruby 2.6
steps:
- uses: actions/checkout@v4
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true # 'bundle install' and cache
- name: Run Rubocop
run: bundle exec rubocop