Skip to content

#17692 IS_CLUSTER as env param to skip sync interface and number of nodes #195

#17692 IS_CLUSTER as env param to skip sync interface and number of nodes

#17692 IS_CLUSTER as env param to skip sync interface and number of nodes #195

Workflow file for this run

name: Rubocop
on: [pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop spec