Skip to content

API v3.10 specification updates (#46) #170

API v3.10 specification updates (#46)

API v3.10 specification updates (#46) #170

Workflow file for this run

name: Run rubocop
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch origin +refs/tags/*:refs/tags/*
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Install and run Rubocop
run: |
bundle install
bundle exec rubocop --cache false