Skip to content

Bump sorbet-runtime from 0.5.11463 to 0.5.11528 #245

Bump sorbet-runtime from 0.5.11463 to 0.5.11528

Bump sorbet-runtime from 0.5.11463 to 0.5.11528 #245

Workflow file for this run

name: Check Pipeline
on:
push:
branches-ignore:
- main
paths-ignore:
- ".gitignore"
- "README.md"
tags-ignore:
- v*
jobs:
update-rbis:
name: RBI Updater
uses: ./.github/workflows/rbi-updater.yml
secrets: inherit
ci:
needs: update-rbis
if: always() && contains(needs.*.result, 'success')
name: "CI"
uses: ./.github/workflows/ci.yml
secrets: inherit