Skip to content

feat(rails): support for solid queue #2175

feat(rails): support for solid queue

feat(rails): support for solid queue #2175

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Set up mise
uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
with:
install: true
cache: false # don't cache this single ruby one since it will evict the CI with all rubies
- name: Run rubocop
run: mise run lint