You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments