Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information