IntersectMBO / IntersectMBO/cardano-base
Check for sdist integrity in CI
Open
- Dominant language
- Haskell
- Stars
- 105
- Forks
- 54
- Avg merge
- 9d 2h
- Merged PRs (30d)
- 4
Description
As mentioned in https://github.com/input-output-hk/cardano-base/pull/365, some packaging problems currently go undetected in CI.
Proposed fix: add an "sdist" step to the Haskell workflow, which runs `cabal sdist all` - this command will print any problems it finds, and exit with a nonzero status if there were any.
Contributor guide
Assessment
This issue has not been assessed yet.