Skip to content

Commit 5e4946c

Browse files
committed
Explicit ruby-version in RuboCop workflow is removed
setup-ruby reads from .ruby-version by default; the matrix variable was redundant.
1 parent 78a2243 commit 5e4946c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/rubocop.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ jobs:
1313
contents: read
1414
id-token: write
1515

16-
1716
steps:
1817
- uses: actions/checkout@v6
1918

2019
- name: Set up Ruby
2120
uses: ruby/setup-ruby@v1
2221
with:
23-
ruby-version: ${{ matrix.ruby }}
2422
bundler-cache: true
2523

2624
- name: Lint Ruby code with RuboCop

0 commit comments

Comments
 (0)