Skip to content

bump version to 1.17.0 #57

bump version to 1.17.0

bump version to 1.17.0 #57

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
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- name: Run rubocop
run: |
bundle install
bundle exec rubocop