Skip to content

Correcty rubocop errors. #2

Correcty rubocop errors.

Correcty rubocop errors. #2

Workflow file for this run

name: Rubocop
on: [push]
jobs:
Rubocop:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
- run: bundle install
- run: bundle exec rubocop