Skip to content

MONGOID-5716 Remove all tests/hacks related to use of I18n v1.0 (#5757) #609

MONGOID-5716 Remove all tests/hacks related to use of I18n v1.0 (#5757)

MONGOID-5716 Remove all tests/hacks related to use of I18n v1.0 (#5757) #609

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