Skip to content

Commit e26c892

Browse files
AlfonsoUcedabbatsov
authored andcommitted
Explicit ruby-version in RuboCop workflow is removed
setup-ruby reads from .ruby-version by default; the matrix variable was redundant.
1 parent f0fdbd8 commit e26c892

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.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)