leanprover-community / leanprover-community/lean-update
refactor
Open
Nobody has claimed this yet.
priority-high
- Dominant language
- Lean
- Stars
- 7
- Forks
- 7
- Avg merge
- 4h 28m
- Merged PRs (30d)
- 5
Description
Define a type representing each step in a GitHub Actions workflow.
It will likely be a structure with the following fields:
- The output type, Out
- A function that executes the step and saves its output: run : IO Unit
- A function that retrieves the saved output: restore : IO Out
Contributor guide
No contributing guide indexed for this repository
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
No file or test is named in the issue. Start by locating the existing workflow-related types and conventions in the repository, then define the step representation with an output type, a run action that saves output, and a restore action that retrieves it; done means the type is usable for each workflow step.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions
- Domain
- ci-cd
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100