Skip to content

Add the frozen_string_literal comment #99

Add the frozen_string_literal comment

Add the frozen_string_literal comment #99

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