Skip to content

Merge pull request #133 from maxmind/wstorey/eng-3665-clarify-conditi… #490

Merge pull request #133 from maxmind/wstorey/eng-3665-clarify-conditi…

Merge pull request #133 from maxmind/wstorey/eng-3665-clarify-conditi… #490

Workflow file for this run

name: Run rubocop
on:
push:
pull_request:
schedule:
- cron: '3 22 * * SUN'
permissions: {}
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
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@d697be2f83c6234b20877c3b5eac7a7f342f0d0c # 1.269.0
with:
ruby-version: 3.4
- run: bundle install
- run: bundle exec rake -t rubocop