Skip to content

Update rbs requirement from ~> 3.5.1 to ~> 3.6.1 #103

Update rbs requirement from ~> 3.5.1 to ~> 3.6.1

Update rbs requirement from ~> 3.5.1 to ~> 3.6.1 #103

Workflow file for this run

name: Check Types with Steep
on:
push:
paths:
- .github/workflows/type_check.yml
- lib/**
- sig/**
- Gemfile
- '*.gemspec'
pull_request:
paths:
- .github/workflows/type_check.yml
- lib/**
- sig/**
- Gemfile
- '*.gemspec'
jobs:
type_check:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3'
bundler-cache: true
- name: Collect RBS
run: bundle exec rbs collection install
- name: Check Types with Steep
run: bundle exec steep check