Skip to content

Update rubocop-minitest requirement from ~> 0.33.0 to ~> 0.34.3 #100

Update rubocop-minitest requirement from ~> 0.33.0 to ~> 0.34.3

Update rubocop-minitest requirement from ~> 0.33.0 to ~> 0.34.3 #100

Workflow file for this run

name: Ruby
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [3.1,3.2]
steps:
- uses: actions/[email protected]
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Runs the default task (tests + rubocop)
run: bundle exec rake