Skip to content

Release 3356 | Raise error when error 413 is likely to happen #59

Release 3356 | Raise error when error 413 is likely to happen

Release 3356 | Raise error when error 413 is likely to happen #59

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [ "3.1", "3.2", "3.3" ]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: bundle install
- name: Run rubocop
run: bundle exec rubocop
- name: Run rspec
run: bundle exec rspec spec/