Skip to content

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

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

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

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
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@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0
with:
ruby-version: 3.4
- run: bundle install
env:
BUNDLE_FROZEN: true
- run: bundle exec rake -t rubocop