anoma / juvix

A language for intent-centric and declarative decentralised applications
https://docs.juvix.org
GNU General Public License v3.0
449 stars 54 forks source link

Use ormolu from stackage in the CI #2900

Closed janmasrovira closed 2 months ago

janmasrovira commented 2 months ago
  1. Adds the command just format check, which checks that all Haskell files are formatted.
  2. In CI, we use install ormolu from stackage and run it. This will facilitate consistency between CI and local setups.
paulcadman commented 2 months ago

Before merging this, let's check that the cache works after https://github.com/anoma/juvix/pull/2868 is merged and we rebase.