Skip to content

Ruby (3.4.2) and gem updates (#57) #119

Ruby (3.4.2) and gem updates (#57)

Ruby (3.4.2) and gem updates (#57) #119

Workflow file for this run

name: RuboCop
on:
- push
jobs:
rubocop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Install RuboCop
run: |
gem install bundler --no-document
gem install rubocop -v 1.65.0 --no-document
gem install rubocop-rails -v 2.25.1 --no-document
- name: RuboCop
run: rubocop