Skip to content

Use Ruby 3.3 for linting #40

Use Ruby 3.3 for linting

Use Ruby 3.3 for linting #40

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