Skip to content

Bump jdx/mise-action from 3.6.1 to 4.0.1 #947

Bump jdx/mise-action from 3.6.1 to 4.0.1

Bump jdx/mise-action from 3.6.1 to 4.0.1 #947

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@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
with:
ruby-version: 3.4
- run: bundle install
env:
BUNDLE_FROZEN: true
- run: bundle exec rake -t rubocop