Skip to content

Fix capitalization issues in Minitest, address lints (#971) #554

Fix capitalization issues in Minitest, address lints (#971)

Fix capitalization issues in Minitest, address lints (#971) #554

Workflow file for this run

name: RuboCop
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true # 'bundle install' and cache
- name: Run RuboCop
run: bundle exec rubocop --parallel