Skip to content

Commit f1f6d29

Browse files
committed
Check CRuby depend is up-to-date
I often forget that this is a thing, and it fails CRuby CI PRs that make such changes should first be made to ruby/ruby to avoid this
1 parent 58b7cf5 commit f1f6d29

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/cruby-bindings.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,11 @@ jobs:
5959
EXCLUDES: ${{ matrix.parser == 'parse.y' && './test/.excludes-parsey' }}
6060
run: make -j$(nproc) -s test-all
6161
working-directory: ruby/ruby
62+
63+
- name: Update depend files
64+
run: make fix-depends
65+
working-directory: ruby/ruby
66+
- name: Check depend is up-to-date
67+
run: git diff --color --no-ext-diff --ignore-submodules --exit-code -- depend
68+
working-directory: ruby/ruby
69+

0 commit comments

Comments
 (0)