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 0a5cd35Copy full SHA for 0a5cd35
.github/workflows/pull_request.yml
@@ -24,6 +24,7 @@ jobs:
24
ruby-version: ${{ matrix.ruby }}
25
- run: gem install bundler
26
- run: bundle install
27
+ - run: python3 generate-code.py
28
- run: bundle exec rubocop
29
- run: bundle exec rspec
30
0 commit comments