haskell-graphql / graphql-api

Write type-safe GraphQL services in Haskell
BSD 3-Clause "New" or "Revised" License
406 stars 35 forks source link

Run hindent as part of CI process #158

Open jml opened 6 years ago

jml commented 6 years ago

hindent is getting to the level of stability where it can just be run on code all the time.

As an experiment, we should run hindent in our CI, failing the build if there's a diff after running it.