Skip to content

Bump actionpack from 7.2.1.1 to 7.2.2.1 #262

Bump actionpack from 7.2.1.1 to 7.2.2.1

Bump actionpack from 7.2.1.1 to 7.2.2.1 #262

Workflow file for this run

name: Rubocop
on:
push:
branches: [ main ]
pull_request:
branches: [main]
types: [ opened, reopened, synchronize, ready_for_review ]
jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
env:
BUNDLE_WITHOUT: 'vips'
with:
bundler-cache: true
- name: Rubocop
run: bundle exec rubocop