Skip to content

Bump @rails/actioncable from 7.0.8 to 7.1.0 #906

Bump @rails/actioncable from 7.0.8 to 7.1.0

Bump @rails/actioncable from 7.0.8 to 7.1.0 #906

Workflow file for this run

name: RuboCop
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run RuboCop
run: bundle exec rubocop --parallel