Skip to content

Commit bf4b27c

Browse files
committed
🚦 Fix Style workflow RBS validation
1 parent 79ef0b9 commit bf4b27c

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
run: bundle exec appraisal ${{ matrix.appraisal }} bundle exec ${{ matrix.exec_cmd }}
7272

7373
- name: Validate RBS Types
74-
run: bundle exec appraisal ${{ matrix.appraisal }} bin/rbs validate
74+
run: bundle exec appraisal ${{ matrix.appraisal }} rbs validate

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ Please file a bug if you notice a violation of semantic versioning.
2828

2929
### Fixed
3030

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+
3134
### Security
3235

3336
## [1.1.10] - 2026-06-02

0 commit comments

Comments
 (0)