Skip to content

Bump actionpack from 7.1.3.2 to 7.1.3.4 #1297

Bump actionpack from 7.1.3.2 to 7.1.3.4

Bump actionpack from 7.1.3.2 to 7.1.3.4 #1297

Workflow file for this run

name: Rubocop
on: push
jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle install
- name: Rubocop
run: bundle exec rubocop