Skip to content

Update Ruby CI config for Ruby 4.0 support #43

Update Ruby CI config for Ruby 4.0 support

Update Ruby CI config for Ruby 4.0 support #43

Workflow file for this run

name: lint
on: [push, pull_request]
permissions: # added using https://github.com/step-security/secure-workflows
contents: read
jobs:
lint:
runs-on: ubuntu-latest
continue-on-error: true
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- name: Run rubocop
run: bundle exec rubocop