Option to add binaries to path
Open
A pull request for this has already been merged.
- #794 by @kit-ty-kate — merged
enhancement
- Dominant language
- TypeScript
- Stars
- 228
- Forks
- 48
- Avg merge
- 15m
- Merged PRs (30d)
- 10
Description
It would be nice if I could set some variable to true to have the opam environment added to path, so I don't need to opam exec everything. (It might be the case that running opam env >> $GITHUB_ENV is enough?)
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 by reading issue #70 and the merged pull request #794, then inspect the action implementation and how it handles opam environments. Confirm whether the requested option is already covered; done means a GitHub Actions workflow can enable the option and use opam-installed binaries without invoking opam exec each time.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, ocaml, typescript
- Domain
- ci-cd, devops, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100