Skip to content

Upgrade to Ruby 4.0.2 and refresh GitHub Actions #27

Upgrade to Ruby 4.0.2 and refresh GitHub Actions

Upgrade to Ruby 4.0.2 and refresh GitHub Actions #27

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
RuboCop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: "4.0.2"
bundler-cache: true
- run: bundle exec rubocop