Haskell - Features, integrations, alternatives & more
What it does
This action builds and tests Haskell applications using Cabal.
How it works
This action launches a Docker container using the official Haskell image. The container runs the following commands:
cabal update cabal install --only-dependencies --enable-tests cabal configure --enable-tests cabal build cabal test
$$$$$
It uses the pipeline's filesystem as its working directory to which generated files are saved.
Action preview
