We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b7cf5 commit f1f6d29Copy full SHA for f1f6d29
1 file changed
.github/workflows/cruby-bindings.yml
@@ -59,3 +59,11 @@ jobs:
59
EXCLUDES: ${{ matrix.parser == 'parse.y' && './test/.excludes-parsey' }}
60
run: make -j$(nproc) -s test-all
61
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
69
0 commit comments