Skip to content

Merge pull request #132 from getkuby/integration_python3 #236

Merge pull request #132 from getkuby/integration_python3

Merge pull request #132 from getkuby/integration_python3 #236

Workflow file for this run

name: Typecheck
on:
pull_request:
branches:
- '*'
push:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- name: Run Sorbet
run: bundle exec srb tc --ignore vendor/