Skip to content

Commit 718cbb3

Browse files
committed
Invoke rbs collection install before steep check
1 parent 73a256a commit 718cbb3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
ruby-version: ${{ matrix.ruby }}
3636
bundler-cache: true
3737
- run: bundle install
38+
- run: bundle exec rbs collection install
3839
- run: bundle exec steep check
3940
test-ruby:
4041
runs-on: ubuntu-20.04

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.irbrc
33
/Gemfile.lock
44
/pkg/
5+
/.gem_rbs_collection/

0 commit comments

Comments
 (0)