typelevel / typelevel/sbt-typelevel
Investigate / refresh the `clean` workflow.
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 185
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
This was inherited from sbt-spiewak and hasn't been touched since, as far as I can remember. Occasionally it causes issues, when artifacts get clobbered before they can be published.
We should investigate (1) if such a workflow is still needed, in modern GHA and (2) if it is, if we can implement it more robustly.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with .github/workflows/clean.yml at the linked line and inspect how the clean workflow interacts with artifact publication. Determine whether modern GitHub Actions still requires this workflow, then assess a more robust approach that prevents artifacts from being clobbered before publication. Done means the workflow is either justified and reliable or removed with its necessity documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- build-system, ci-cd
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100