Skip to content

Bump minitest from 5.22.3 to 5.23.1 #242

Bump minitest from 5.22.3 to 5.23.1

Bump minitest from 5.22.3 to 5.23.1 #242

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
- run: bundle install --jobs=3 --retry=3 --path=vendor/bundle
- run: bundle exec rubocop