Commit 134dc39
Add RBS validation to CI pipeline
Add RBS type signature validation to the lint-js-and-ruby.yml workflow.
This will catch type signature regressions automatically before merge.
The validation step runs after RuboCop, using the same command as the
existing rake task: bundle exec rbs -I sig validate
Fixes #1952
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 0364781 commit 134dc39
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
0 commit comments