cardano-base icon indicating copy to clipboard operation
cardano-base copied to clipboard

Check for sdist integrity in CI

Open tdammers opened this issue 2 years ago • 0 comments

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.

tdammers avatar Feb 02 '23 08:02 tdammers