Skip to content

Commit

Permalink
Install RBS collection
Browse files Browse the repository at this point in the history
Not sure about this, maybe it would be better committing the lock?
  • Loading branch information
lloeki committed May 6, 2024
1 parent 788b38b commit ee76f31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
- name: Lint with Rubocop
run: bundle exec rake rubocop
- name: Check types
# TODO: swallowing result until types pass
run: bundle exec rake steep:check || true
run: |
bundle exec rbs collection install
# TODO: swallowing result until types pass
bundle exec rake steep:check || true

0 comments on commit ee76f31

Please sign in to comment.