Skip to content

Bump redis from 5.0.6 to 5.0.7 #2644

Bump redis from 5.0.6 to 5.0.7

Bump redis from 5.0.6 to 5.0.7 #2644

Workflow file for this run

name: RuboCop
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
cache-version: 321
- name: Run RuboCop
run: bundle exec rubocop --parallel