Skip to content

chore: Move rubocop to mise #2165

chore: Move rubocop to mise

chore: Move rubocop to mise #2165

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up mise
uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
install: true
cache: true
- name: Install gems
run: bundle install
env:
BUNDLE_GEMFILE: Gemfile.rubocop
- name: Run rubocop
run: mise run lint