Skip to content

Add loading spinner and multi-threading for each technology. #93

Add loading spinner and multi-threading for each technology.

Add loading spinner and multi-threading for each technology. #93

Workflow file for this run

name: RBS
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
name: Steep
steps:
- uses: actions/checkout@v3
- name: Set up Ruby 3.2
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
bundler-cache: true
- name: Install dependencies
run: bundle install
- name: Run Steep
run: bundle exec steep check --with-expectations