Skip to content

Mark frames that are inside root directory #90

Mark frames that are inside root directory

Mark frames that are inside root directory #90

Workflow file for this run

name: StandardRB
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- name: Install gems
run: bundle install --jobs 4 --retry 3
- name: Run StandardRB
run: bundle exec standardrb --format progress