Skip to content

Merge toolsHCK into rtoolsHCK to prevent version mismatch #19

Merge toolsHCK into rtoolsHCK to prevent version mismatch

Merge toolsHCK into rtoolsHCK to prevent version mismatch #19

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