Skip to content

Bump the go-tools-dependencies group across 1 directory with 3 updates #1340

Bump the go-tools-dependencies group across 1 directory with 3 updates

Bump the go-tools-dependencies group across 1 directory with 3 updates #1340

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