Skip to content

Merge pull request #4 from potloc/DEVOPS-481-add-custom-redis-client-… #50

Merge pull request #4 from potloc/DEVOPS-481-add-custom-redis-client-…

Merge pull request #4 from potloc/DEVOPS-481-add-custom-redis-client-… #50

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