Skip to content

Update rbs requirement from ~> 3.3.0 to ~> 3.4.1 #57

Update rbs requirement from ~> 3.3.0 to ~> 3.4.1

Update rbs requirement from ~> 3.3.0 to ~> 3.4.1 #57

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