Skip to content

Commit 41a6b3b

Browse files
committed
[CI] Add fourmolu #10
1 parent 5ee42ec commit 41a6b3b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,10 @@ jobs:
9393
sudo ldconfig
9494
- name: Update dependencies (cabal)
9595
run: cabal update
96-
# TODO: [CI] Add fourmolu #10
9796
- name: Install fourmolu
9897
run: cabal install fourmolu
99-
#- name: Run checks (fourmolu)
100-
# run: fourmolu --mode check src
98+
- name: Run checks (fourmolu)
99+
run: fourmolu --mode check src
101100
- name: Build dependencies (cabal)
102101
run: cabal build --only-dependencies --enable-tests --enable-benchmarks
103102
- name: Build all targets (cabal)

0 commit comments

Comments
 (0)