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 18b3585Copy full SHA for 18b3585
.github/workflows/pull_request.yml
@@ -19,9 +19,17 @@ jobs:
19
name: Ruby v${{ matrix.ruby }}
20
steps:
21
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
+ with:
23
+ submodules: true
24
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1.229.0
25
with:
26
ruby-version: ${{ matrix.ruby }}
27
+ - uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
28
29
+ distribution: 'temurin'
30
+ java-version: 17
31
+ architecture: x64
32
+ - run: python3 generate-code.py
33
- run: gem install bundler
34
- run: bundle install
35
- run: bundle exec rubocop
0 commit comments