-
Notifications
You must be signed in to change notification settings - Fork 49
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
Split CI into multiple steps #65
Merged
Merged
Changes from 2 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
0fd48e3
Use new sbtStepPreamble setting
armanbilge 2812343
Regenerate workflow
armanbilge 57487bc
Extract formatting plugin
armanbilge 94974a3
Regenerate workflow
armanbilge aefe70b
Make formatting plugin independent
armanbilge 540adaf
Extract header plugin
armanbilge dc095d5
Never override settings
armanbilge ec49f3c
Update requires for TypelevelPlugin
armanbilge 3ab04e5
ci-formatting -> ci-format
armanbilge 70b8ced
Update plugins diagram
armanbilge f0e97b9
Update readme
armanbilge f22d6ce
Fix artifact names
armanbilge ed03bcf
Expand sbt-typelevel description a bit
armanbilge e505c4d
Put humpy dumpty back together again
armanbilge f0fc161
Fix format check step
armanbilge a0e49c9
Reorganize build and mima steps
armanbilge 6416603
Fix up publish job
armanbilge 26dff58
Add conditionals to JS- and Native-only steps
armanbilge 60f4be4
Fix conditionals
armanbilge cb548b8
Fix testStep pattern match
armanbilge 04edb1d
Add doc step to CI
armanbilge 21d07b1
Shuffle some steps
armanbilge a05e489
Merge branch 'main' into issue/60
armanbilge f6547f0
formatting
armanbilge eeef653
Merge branch 'main' into issue/60
armanbilge File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can these steps take arguments, even if just as one string? Some of the scalafix linters require an arg.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a good question. Yes, it seems we are already using that in http4s:
https://github.com/http4s/http4s/blob/1baf3d4f5fb135098b6b857a488b36cd39ca4a56/build.sbt#L41