Skip to content

Bump webpack from 5.76.1 to 5.94.0 in /docs #661

Bump webpack from 5.76.1 to 5.94.0 in /docs

Bump webpack from 5.76.1 to 5.94.0 in /docs #661

Workflow file for this run

name: rubocop
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- name: Install gems
run: bundle install --jobs 4 --retry 3
- name: Run RuboCop
run: bundle exec rubocop --parallel