Skip to content

Remove default retry logic to force clients to implement on their own #141

Remove default retry logic to force clients to implement on their own

Remove default retry logic to force clients to implement on their own #141

Workflow file for this run

name: Rubocop
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- run: bundle exec rubocop