Skip to content

Bump sorbet from 0.5.11631 to 0.5.11709 #909

Bump sorbet from 0.5.11631 to 0.5.11709

Bump sorbet from 0.5.11631 to 0.5.11709 #909

Workflow file for this run

name: sorbet
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
sorbet:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.0", "3.1", "3.2", "3.3"]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run sorbet type check
run: bundle exec srb tc