Skip to content

fixed warning

fixed warning #13

Workflow file for this run

name: Rubocop
on: push
jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.2
bundler-cache: true
- run: bundle install
- name: Rubocop
run: bundle exec rubocop