Skip to content

Feature/active record storage (#4) #55

Feature/active record storage (#4)

Feature/active record storage (#4) #55

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