Skip to content

Commit add2ed0

Browse files
committed
only run rubocop cop once (on latest ruby)
1 parent 9ba2430 commit add2ed0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/rubocop.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313

14-
strategy:
15-
matrix:
16-
ruby-version: [3.0, 2.7, 2.6]
17-
1814
steps:
1915
- uses: actions/checkout@v4
2016
- name: Set up Ruby
2117
uses: ruby/setup-ruby@v1
2218
with:
23-
ruby-version: ${{ matrix.ruby-version }}
19+
ruby-version: 3.3
2420
bundler-cache: true
2521
- name: Install dependencies
2622
run: bundle install

0 commit comments

Comments
 (0)