File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 strategy :
1717 matrix :
18- ruby-version : ['3.0', '3.1', '3. 2']
18+ ruby-version : ['3.2']
1919 fail-fast : false
2020 max-parallel : 4
2121
@@ -26,13 +26,13 @@ jobs:
2626
2727 steps :
2828 - uses : actions/checkout@v3
29-
29+
3030 - name : Set up Ruby
3131 uses : ruby/setup-ruby@v1
3232 with :
3333 ruby-version : ${{ matrix.ruby-version }}
3434 bundler-cache : true
35-
35+
3636 - name : Add platform to bundle
3737 run : |
3838 bundle lock --add-platform x86_64-linux
5353 key : ${{ runner.os }}-rubocop-${{ hashFiles('**/.rubocop.yml') }}
5454 restore-keys : |
5555 ${{ runner.os }}-rubocop-
56-
56+
5757 - name : Run tests
5858 run : bundle exec rspec --format progress
59-
59+
6060 - name : Run rubocop
61- run : bundle exec rubocop --parallel --format github
61+ run : bundle exec rubocop --parallel --format github
You can’t perform that action at this time.
0 commit comments