Commit da22fec
committed
fix(ci): correct rubocop condition for Ruby 3.3 in workflow
Fixed the `if` condition that caused the `rubocop` job to not run for Ruby 3.3.
The condition was incorrectly referencing `matrix.ruby` instead of `matrix.ruby-version`, resulting in the step being skipped.1 parent 93066da commit da22fec
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
0 commit comments