Skip to content

Merge pull request #194 from maxmind/dependabot/github_actions/ruby/s… #785

Merge pull request #194 from maxmind/dependabot/github_actions/ruby/s…

Merge pull request #194 from maxmind/dependabot/github_actions/ruby/s… #785

Workflow file for this run

name: Run rubocop
on:
push:
pull_request:
schedule:
- cron: '4 0 * * SUN'
permissions: {}
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # 1.286.0
with:
ruby-version: 3.4
- run: bundle install
env:
BUNDLE_FROZEN: true
- run: bundle exec rake -t rubocop