Skip to content

Bump rubocop-rspec from 2.31.0 to 3.0.1 (#200) #477

Bump rubocop-rspec from 2.31.0 to 3.0.1 (#200)

Bump rubocop-rspec from 2.31.0 to 3.0.1 (#200) #477

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bin/rubocop
- run: bin/rspec
- name: Upload Code Coverage
uses: codecov/codecov-action@v3
with:
directory: tmp/simple_cov