Skip to content

Migrate away from standardrb-action #39

Migrate away from standardrb-action

Migrate away from standardrb-action #39

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
- run: bundle exec standardrb --format github --parallel