Skip to content

Add support for Mongoid 7, 8, and 9 #8

Add support for Mongoid 7, 8, and 9

Add support for Mongoid 7, 8, and 9 #8

Workflow file for this run

name: Rubocop
on:
push:
pull_request:
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
bundler-cache: true
- name: Run Rubocop
run: bundle exec rubocop --parallel