Skip to content

Commit 18b3585

Browse files
committed
Add missing generating codes
1 parent be4b4ee commit 18b3585

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,17 @@ jobs:
1919
name: Ruby v${{ matrix.ruby }}
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
with:
23+
submodules: true
2224
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
2325
with:
2426
ruby-version: ${{ matrix.ruby }}
27+
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
28+
with:
29+
distribution: 'temurin'
30+
java-version: 17
31+
architecture: x64
32+
- run: python3 generate-code.py
2533
- run: gem install bundler
2634
- run: bundle install
2735
- run: bundle exec rubocop

0 commit comments

Comments
 (0)