diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 397cc38..8d0dc0b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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