Skip to content

Merge pull request #402 from Earlopain/deprecated-proxy-object #81

Merge pull request #402 from Earlopain/deprecated-proxy-object

Merge pull request #402 from Earlopain/deprecated-proxy-object #81

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