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

Extract lint & docs CI job #187

Merged
merged 1 commit into from
Oct 13, 2023
Merged

Extract lint & docs CI job #187

merged 1 commit into from
Oct 13, 2023

Conversation

sambostock
Copy link
Contributor

There's no need to re-run Rubocop across every Ruby version, we explicitly specify the target Ruby version, so we'll always have the same output.

Splitting it out into a separate job ensures we can get test results across Ruby versions without being blocked by the same Rubocop error across all versions.

Likewise, the documentation will always be the same, so it can come with.

There's no need to re-run Rubocop across every Ruby version, we
explicitly specify the target Ruby version, so we'll always have the
same output.

Splitting it out into a separate job ensures we can get test results
across Ruby versions without being blocked by the same Rubocop error
across all versions.

Likewise, the documentation will always be the same, so it can come
with.
@sambostock sambostock requested a review from a team as a code owner October 13, 2023 15:44
@sambostock sambostock merged commit 190b318 into main Oct 13, 2023
12 checks passed
@sambostock sambostock deleted the extract-lint-and-docs-job branch October 13, 2023 18:54
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.

None yet

2 participants