Skip to content

Test against Ruby 3.4 and fix CI #84

Test against Ruby 3.4 and fix CI

Test against Ruby 3.4 and fix CI #84

Workflow file for this run

name: RuboCop
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.4']
continue-on-error: ${{ matrix.channel != 'stable' }}
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Test with Rake
run: |
bundle exec rubocop --format github