Skip to content

Update commonmarker requirement from ~> 0.23.10 to ~> 1.0.4 #73

Update commonmarker requirement from ~> 0.23.10 to ~> 1.0.4

Update commonmarker requirement from ~> 0.23.10 to ~> 1.0.4 #73

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