Skip to content

Bump rtoolshck to 0.5.1 #28

Bump rtoolshck to 0.5.1

Bump rtoolshck to 0.5.1 #28

Workflow file for this run

name: RuboCop
on: [pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.1.4
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
bundler-cache: true
- name: Test with rubocop
run: bundle exec rake rubocop