Skip to content

Chore: Bump Ruby to 3.4.1 #55

Chore: Bump Ruby to 3.4.1

Chore: Bump Ruby to 3.4.1 #55

Workflow file for this run

name: Rubocop
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4
bundler-cache: true # 'bundle install' and cache
- name: Run Rubocop linter
run: bundle exec rubocop