Skip to content

Commit a711062

Browse files
run fourmolu
1 parent 3935154 commit a711062

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
key: ${{ matrix.os }}-${{ matrix.ghc-version }}-${{ github.sha }}
5353
path: ~/.cabal/store
5454
restore-keys: ${{ matrix.os }}-${{ matrix.ghc-version }}-
55+
- run: cabal install fourmolu-0.19.0.1
56+
- run: fourmolu -c .
5557
- run: cabal build all
5658
- run: cabal test all
5759
- run: cabal haddock all

0 commit comments

Comments
 (0)