Skip to content

scala_pekko_bench: upgrade to Pekko 2.0.0-M3/M2/M1 with AffinityPool dispatcher #312

scala_pekko_bench: upgrade to Pekko 2.0.0-M3/M2/M1 with AffinityPool dispatcher

scala_pekko_bench: upgrade to Pekko 2.0.0-M3/M2/M1 with AffinityPool dispatcher #312

Workflow file for this run

name: Rubocop
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
- name: Run rubocop
run: |
gem install rubocop --no-document --version 1.60.1
rubocop