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 b6b991f commit 06decc9Copy full SHA for 06decc9
.github/workflows/main.yml
@@ -45,7 +45,7 @@ jobs:
45
- {ruby: "3.4", gemfile: "gemfiles/latest_rubocop.rb", task: spec}
46
- {ruby: "3.4", gemfile: "gemfiles/latest_rspec_4.rb", task: spec}
47
name: >
48
- ${{ matrix.gemfile == 'Gemfile' && 'Ruby ${{ matrix.ruby }}:' || ' }}
+ ${{ matrix.gemfile == 'Gemfile' && 'Ruby ${{ matrix.ruby }}:' || '' }}
49
${{ matrix.task }}
50
${{ matrix.gemfile != 'Gemfile' && matrix.gemfile || ''}}
51
env:
0 commit comments