Skip to content

Bump rubocop from 1.69.2 to 1.71.0 #38

Bump rubocop from 1.69.2 to 1.71.0

Bump rubocop from 1.69.2 to 1.71.0 #38

Workflow file for this run

name: Specs
on: [ push ]
jobs:
run-rspec-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
# Not needed with a .ruby-version file
ruby-version: 3.0
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
- name: Run tests
run: |
bundle exec rspec