Skip to content

Merge pull request #112 from oleksii-leonov/patch-1 #279

Merge pull request #112 from oleksii-leonov/patch-1

Merge pull request #112 from oleksii-leonov/patch-1 #279

Workflow file for this run

name: Run rubocop
on:
push:
pull_request:
schedule:
- cron: '3 20 * * SUN'
permissions: {}
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
persist-credentials: false
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
# specify that we want the v1 branch.
- uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # 1.257.0
with:
ruby-version: 3.4
- run: bundle install
- run: bundle exec rake -t rubocop