Skip to content

Commit 0a5cd35

Browse files
committed
Add missing generating codes
1 parent be4b4ee commit 0a5cd35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
ruby-version: ${{ matrix.ruby }}
2525
- run: gem install bundler
2626
- run: bundle install
27+
- run: python3 generate-code.py
2728
- run: bundle exec rubocop
2829
- run: bundle exec rspec
2930

0 commit comments

Comments
 (0)