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 be4b4ee commit 778ae12Copy full SHA for 778ae12
.github/workflows/pull_request.yml
@@ -24,6 +24,8 @@ jobs:
24
ruby-version: ${{ matrix.ruby }}
25
- run: gem install bundler
26
- run: bundle install
27
+ - run: git submodule update --remote --recursive
28
+ - run: python3 generate-code.py
29
- run: bundle exec rubocop
30
- run: bundle exec rspec
31
0 commit comments