Skip to content

Commit

Permalink
Add type check in CI, ignoring the result
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed May 6, 2024
1 parent eb36a43 commit 788b38b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ jobs:
run: bundle exec rake standard
- 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

0 comments on commit 788b38b

Please sign in to comment.