You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having an auto-generated CI build (using haskell-ci) has served us well as a starting point, but issues #67 and #126 demonstrate that we need some customization that's not available in that tool. Specifically, the ideal CI workflow would:
Test with all supported versions of GHC, with an optionally-passing build of GHC pre-releases
Build and upload releases (tags) to Github
Test the Stack, Cabal, and Nix builds
Run hlint and ormolu over the codebase
Build and test the code with -Wall and -Werror
The text was updated successfully, but these errors were encountered:
Having an auto-generated CI build (using haskell-ci) has served us well as a starting point, but issues #67 and #126 demonstrate that we need some customization that's not available in that tool. Specifically, the ideal CI workflow would:
hlint
andormolu
over the codebase-Wall
and-Werror
The text was updated successfully, but these errors were encountered: