Skip to content

Commit ac1cf25

Browse files
committed
ci: run fourmolu at the top
1 parent 749284c commit ac1cf25

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/haskell.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ jobs:
4343
stack-no-global: ${{ matrix.build_tool == 'stack' && 'true' || '' }}
4444
stack-setup-ghc: ${{ matrix.build_tool == 'stack' && 'true' || '' }}
4545

46+
- name: Run fourmolu
47+
uses: haskell-actions/run-fourmolu@v9
48+
with:
49+
version: "0.15.0.0"
50+
4651
- name: Cache dependencies (${{ matrix.build_tool }})
4752
uses: actions/cache@v4
4853
with:
@@ -74,8 +79,3 @@ jobs:
7479
- name: Run Tests (Cabal)
7580
if: matrix.build_tool == 'cabal'
7681
run: cabal test all
77-
78-
- name: Install fourmolu (${{ matrix.build_tool }})
79-
uses: haskell-actions/run-fourmolu@v9
80-
with:
81-
version: "0.15.0.0"

0 commit comments

Comments
 (0)