Skip to content

Merge pull request #810 from yuki0920/dependabot/go_modules/go/go-dep… #1290

Merge pull request #810 from yuki0920/dependabot/go_modules/go/go-dep…

Merge pull request #810 from yuki0920/dependabot/go_modules/go/go-dep… #1290

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