Skip to content

Add a workflow to run steep #3

Add a workflow to run steep

Add a workflow to run steep #3

Workflow file for this run

name: Steep Type Checking
on: push
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true
- name: Run Steep
run: bundle exec steep check