Skip to content

rubocop

rubocop #488

Workflow file for this run

name: rubocop
on:
push:
pull_request:
schedule:
- cron: 45 4 * * 2
permissions: {}
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
persist-credentials: false
- uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 # v1.315.0
with:
ruby-version: '4'
bundler-cache: true
- run: bundle exec rubocop