We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3935154 commit a711062Copy full SHA for a711062
.github/workflows/haskell-ci.yml
@@ -52,6 +52,8 @@ jobs:
52
key: ${{ matrix.os }}-${{ matrix.ghc-version }}-${{ github.sha }}
53
path: ~/.cabal/store
54
restore-keys: ${{ matrix.os }}-${{ matrix.ghc-version }}-
55
+ - run: cabal install fourmolu-0.19.0.1
56
+ - run: fourmolu -c .
57
- run: cabal build all
58
- run: cabal test all
59
- run: cabal haddock all
0 commit comments