Skip to content

Improve release script reliability (ENG-1733) #708

Improve release script reliability (ENG-1733)

Improve release script reliability (ENG-1733) #708

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@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@8aeb6ff8030dd539317f8e1769a044873b56ea71 # 1.268.0
with:
ruby-version: 3.4
- run: bundle install
- run: bundle exec rake -t rubocop