Skip to content

Update rubocop requirement from >= 1.14, < 1.56 to >= 1.14, < 1.57 #118

Update rubocop requirement from >= 1.14, < 1.56 to >= 1.14, < 1.57

Update rubocop requirement from >= 1.14, < 1.56 to >= 1.14, < 1.57 #118

Workflow file for this run

name: Run CI
on:
push:
branches: ["master"]
tags: ["**"]
pull_request:
jobs:
'run-ci':
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["2.5", "2.6", "2.7", "3.0"]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rspec
lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["2.5", "2.6", "2.7", "3.0"]
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rubocop