Use rake check task in CI instead of calling steep directly
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BFHmLzPvX1m71Qvu7ChjKb
change
commit aa3369ee0bee810cdc97f874c72eedf3e16152cc
author Claude <noreply@anthropic.com>
date
parent d97a8e7d
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index bc1fd1b..6f8c8c6 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
 
       - run: bundle exec rake test
 
-      - run: bundle exec steep check
+      - run: bundle exec rake check
 
   build:
     name: Build