Skip to content

Bump sorbet-static-and-runtime from 0.5.11144 to 0.5.11150 #56

Bump sorbet-static-and-runtime from 0.5.11144 to 0.5.11150

Bump sorbet-static-and-runtime from 0.5.11144 to 0.5.11150 #56

Workflow file for this run

name: CI
on:
pull_request:
branches:
- "*"
paths-ignore:
- ".github/**"
- ".gitignore"
- "README.md"
jobs:
validate:
name: Validate code
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v4
-
name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
-
name: RuboCop
run: bin/rubocop
-
name: Typecheck
run: bin/srb tc
-
name: Check for Updatable Sigils
run: |
bin/spoom bump --from false --to true --dry
bin/spoom bump --from true --to strict --dry
-
name: Check for DSL rbi updates
run: bin/tapioca dsl --verify
-
name: Run Tests
run: bin/toys test