Skip to content

Adds Ruby 3.3 to test matrix #49

Adds Ruby 3.3 to test matrix

Adds Ruby 3.3 to test matrix #49

Workflow file for this run

name: Rubocop
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- run: |
bundle install
bundle exec rubocop