Skip to content

Bump rubocop-rspec from 3.5.0 to 3.7.0 #368

Bump rubocop-rspec from 3.5.0 to 3.7.0

Bump rubocop-rspec from 3.5.0 to 3.7.0 #368

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- name: RuboCop
run: |
make install
make lint
rspec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
- name: RSpec
run: |
make install
make test