Skip to content

Remove Sorbet type checking workflow#443

Merged
stefan-burke merged 2 commits intomainfrom
claude/review-github-workflows-caJkP
Feb 10, 2026
Merged

Remove Sorbet type checking workflow#443
stefan-burke merged 2 commits intomainfrom
claude/review-github-workflows-caJkP

Conversation

@stefan-burke
Copy link
Copy Markdown
Member

Summary

This PR removes the Sorbet type checking workflow from the CI/CD pipeline.

Changes

  • Deleted .github/workflows/sorbet.yml - the complete Sorbet type checking workflow that included RBI file generation via Tapioca and type validation
  • Updated .github/workflows/status-check.yml to remove the reference to sorbet.yml from the list of required workflow checks

Details

The Sorbet workflow performed the following steps that are no longer needed:

  • Cached Sorbet RBI (Ruby Interface) files
  • Set up the database for type checking
  • Generated RBI files using Tapioca (annotations, gems, and DSL)
  • Ran Sorbet type checking with gem exclusions

This change simplifies the CI/CD pipeline by removing static type checking as a required status check.

https://claude.ai/code/session_01Aksv7Mw1NoxUxomar4gXUP

Remove sorbet.yml and docker-build.yml workflows, and clean up all
references from status-check.yml, pre-release.yml, and release.yml.

https://claude.ai/code/session_01Aksv7Mw1NoxUxomar4gXUP
@stefan-burke stefan-burke added this pull request to the merge queue Feb 10, 2026
Merged via the queue into main with commit 7800a88 Feb 10, 2026
17 checks passed
@stefan-burke stefan-burke deleted the claude/review-github-workflows-caJkP branch February 10, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants