IntersectMBO / cardano-api

Cardano API
Apache License 2.0
22 stars 20 forks source link

Add cabal-gild and update hook #578

Closed palas closed 2 months ago

palas commented 2 months ago

Changelog

- description: |
    Added cabal-gild to dev shell, to haskell-style-lint hook script, and created CI action to check it.
  type:
    - maintenance

Context

We don't want to have to worry about the formatting of .cabal files, and we want it to be consistent. This PR tries to address this.

How to trust this PR

Probably check that the hook works for you. Also that you are happy with the changes and configuration, and that the CI passes.

I've also checked that it doesn't pass when the cabal file is modified and unformatted. See:

Checklist