Skip to content

Bump ruby from 3.2.2-alpine to 3.3.0-alpine #547

Bump ruby from 3.2.2-alpine to 3.3.0-alpine

Bump ruby from 3.2.2-alpine to 3.3.0-alpine #547

Workflow file for this run

name: Rubocop
on:
pull_request:
jobs:
rubocop:
strategy:
fail-fast: false
matrix:
ruby:
- 3.3.0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rubocop