Skip to content

[READY FOR REVIEW] MONGOID-5702: Monkey Patch Removal: Remove __numeric__ class method from Numeric module #824

[READY FOR REVIEW] MONGOID-5702: Monkey Patch Removal: Remove __numeric__ class method from Numeric module

[READY FOR REVIEW] MONGOID-5702: Monkey Patch Removal: Remove __numeric__ class method from Numeric module #824

Workflow file for this run

---
name: Rubocop
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
TESTOPTS: "-v"
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.0
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop --parallel