Skip to content

Fix log for documents #1272

Fix log for documents

Fix log for documents #1272

Workflow file for this run

name: RuboCop
on: [push]
jobs:
rubocop:
name: Run rubocop
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./ruby
env:
RAILS_ENV: test
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
bundler-cache: true
working-directory: ./ruby
- name: Run rubocop
run: bundle exec rubocop