Skip to content

Remove v1client

Remove v1client #19

Workflow file for this run

on: pull_request
name: rubocop
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
ref: ${{ github.head_ref }}
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- run: bundle exec rubocop