Skip to content

Commit 778ae12

Browse files
committed
Add missing generating codes
1 parent be4b4ee commit 778ae12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
ruby-version: ${{ matrix.ruby }}
2525
- run: gem install bundler
2626
- run: bundle install
27+
- run: git submodule update --remote --recursive
28+
- run: python3 generate-code.py
2729
- run: bundle exec rubocop
2830
- run: bundle exec rspec
2931

0 commit comments

Comments
 (0)