Skip to content

Install a Bundler version that works with Ruby 2.7 #41

Install a Bundler version that works with Ruby 2.7

Install a Bundler version that works with Ruby 2.7 #41

Workflow file for this run

name: StandardRB
on: [push]
jobs:
standardrb:
name: StandardRB
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: 3.3
- run: bundle exec standardrb --format github --parallel