Skip to content

Bump actions/checkout from 3 to 4 #1141

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #1141

Workflow file for this run

name: Rubocop
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
permissions:
contents: read
jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-latest
env:
BUNDLE_JOBS: 4
BUNDLE_RETRY: 3
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Ruby linter
run: bundle exec rubocop