Skip to content

Use a custom deprecator instead of ActiveSupport::Deprecation directly #77

Use a custom deprecator instead of ActiveSupport::Deprecation directly

Use a custom deprecator instead of ActiveSupport::Deprecation directly #77

Workflow file for this run

name: RuboCop
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- 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