Skip to content

Merge branch 'trunk' into 188699103_async_config_zlib_compress #612

Merge branch 'trunk' into 188699103_async_config_zlib_compress

Merge branch 'trunk' into 188699103_async_config_zlib_compress #612

Workflow file for this run

name: Rubocop
on: push
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.6
- name: bundle install
run: |
bundle config path vendor/bundle
bundle install
- name: run rubocop
run: |
bundle exec rubocop