Skip to content

DEVOPS-481 Add support for redis client option #46

DEVOPS-481 Add support for redis client option

DEVOPS-481 Add support for redis client option #46

Workflow file for this run

name: Rubocop
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
bundler-cache: true
- name: Run Rubocop Linter
run: bundle exec rubocop