Skip to content

Ruby 3.4.1 in Dockerfile. #814

Ruby 3.4.1 in Dockerfile.

Ruby 3.4.1 in Dockerfile. #814

Workflow file for this run

name: Rubocop
on: [ push ]
jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-22.04
env:
BUNDLE_WITHOUT: test
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: 'Run Rubocop'
run: |
bundle exec rubocop --format github