We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rbs collection install
steep check
1 parent 73a256a commit 718cbb3Copy full SHA for 718cbb3
.github/workflows/test.yaml
@@ -35,6 +35,7 @@ jobs:
35
ruby-version: ${{ matrix.ruby }}
36
bundler-cache: true
37
- run: bundle install
38
+ - run: bundle exec rbs collection install
39
- run: bundle exec steep check
40
test-ruby:
41
runs-on: ubuntu-20.04
.gitignore
@@ -2,3 +2,4 @@
2
.irbrc
3
/Gemfile.lock
4
/pkg/
5
+/.gem_rbs_collection/
0 commit comments