There was an error while loading. Please reload this page.
1 parent 79ef0b9 commit bf4b27cCopy full SHA for bf4b27c
2 files changed
.github/workflows/style.yml
@@ -71,4 +71,4 @@ jobs:
71
run: bundle exec appraisal ${{ matrix.appraisal }} bundle exec ${{ matrix.exec_cmd }}
72
73
- name: Validate RBS Types
74
- run: bundle exec appraisal ${{ matrix.appraisal }} bin/rbs validate
+ run: bundle exec appraisal ${{ matrix.appraisal }} rbs validate
CHANGELOG.md
@@ -28,6 +28,9 @@ Please file a bug if you notice a violation of semantic versioning.
28
29
### Fixed
30
31
+- Fixed the Style workflow RBS validation command so CI uses the bundled `rbs`
32
+ executable instead of the non-executable `bin/rbs` binstub.
33
+
34
### Security
35
36
## [1.1.10] - 2026-06-02
0 commit comments