Skip to content

Bump rubocop-rspec from 2.26.1 to 2.27.0 #410

Bump rubocop-rspec from 2.26.1 to 2.27.0

Bump rubocop-rspec from 2.26.1 to 2.27.0 #410

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