Skip to content

Merge pull request #387 from kaigionrails/dependabot/bundler/rbs_rail… #893

Merge pull request #387 from kaigionrails/dependabot/bundler/rbs_rail…

Merge pull request #387 from kaigionrails/dependabot/bundler/rbs_rail… #893

Workflow file for this run

name: type check
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
steep:
name: steep
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rbs collection install
- run: bundle exec steep validate
- run: bundle exec steep check