Skip to content

Bump sidekiq from 7.1.5 to 7.1.6 #245

Bump sidekiq from 7.1.5 to 7.1.6

Bump sidekiq from 7.1.5 to 7.1.6 #245

Workflow file for this run

name: Rubocop
on: [push]
jobs:
linters:
name: Linters
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Run linters
run: |
bin/rubocop --parallel