Skip to content

Refactors transport_klass #2063

Refactors transport_klass

Refactors transport_klass #2063

Workflow file for this run

name: rubocop
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Run Rubocop
run: |
bundle install
bundle exec rubocop