Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up CI a bit #353

Merged
merged 7 commits into from
Dec 28, 2024
Merged

Clean up CI a bit #353

merged 7 commits into from
Dec 28, 2024

Conversation

Earlopain
Copy link
Contributor

@Earlopain Earlopain commented Dec 28, 2024

Let's see if I got this right on the first try 🙃 (I didn't)

A few months ago I and @\bquorning made some tweaks to rubocops CI. This imports some of that work, and does a bit specific to this repo.

I made a handful of individual commits explaining why I did something for each. Overall the workflow files lost a bit of weight and are easier to follow.

It uses a dedicated action which makes it easier to grep
In rubocop/rubocop@43105b4 I found that not setting this is slightly faster for CI

Doesn't matter much here but it's less clutter
No need to call this yourself
Makes it more pleasant to read
RuboCop used to run `internal_investigation` in a matrix as well,
but not anymore since rubocop/rubocop#12964

Drop the matrix to simplify and use the latest stable ruby
It was part of RuboCop for `internal_investigation`, where it is needed.
But here, `internal_investigation` already was its own job step
@marcandre marcandre merged commit 02b8d0f into rubocop:master Dec 28, 2024
21 checks passed
@marcandre
Copy link
Contributor

Awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants