Skip to content

Updated version

Updated version #1298

Workflow file for this run

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