Skip to content

Commit

Permalink
Remove steep check
Browse files Browse the repository at this point in the history
  • Loading branch information
kymmt90 committed Jan 11, 2025
1 parent eab1000 commit 4a7f2de
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,3 @@ jobs:
env:
TZ: Asia/Tokyo
run: bundle exec rake
steep:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
- run: bundle install -j4
- run: rbs collection install
- run: bundle exec steep check

0 comments on commit 4a7f2de

Please sign in to comment.