Skip to content

Fix RBS syntax error #106

Fix RBS syntax error

Fix RBS syntax error #106

Workflow file for this run

name: Type Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
steep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby-3.4
bundler-cache: true
- name: bundle exec rake steep
run: bundle exec rake steep