Skip to content

Feature/improve test coverage (#5) #58

Feature/improve test coverage (#5)

Feature/improve test coverage (#5) #58

Workflow file for this run

name: RuboCop
on: [push, pull_request]
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
- name: Install dependencies
run: bundle install
- name: Run RuboCop
run: bundle exec rubocop