We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 749284c commit ac1cf25Copy full SHA for ac1cf25
.github/workflows/haskell.yml
@@ -43,6 +43,11 @@ jobs:
43
stack-no-global: ${{ matrix.build_tool == 'stack' && 'true' || '' }}
44
stack-setup-ghc: ${{ matrix.build_tool == 'stack' && 'true' || '' }}
45
46
+ - name: Run fourmolu
47
+ uses: haskell-actions/run-fourmolu@v9
48
+ with:
49
+ version: "0.15.0.0"
50
+
51
- name: Cache dependencies (${{ matrix.build_tool }})
52
uses: actions/cache@v4
53
with:
@@ -74,8 +79,3 @@ jobs:
74
79
- name: Run Tests (Cabal)
75
80
if: matrix.build_tool == 'cabal'
76
81
run: cabal test all
77
-
78
- - name: Install fourmolu (${{ matrix.build_tool }})
- uses: haskell-actions/run-fourmolu@v9
- with:
- version: "0.15.0.0"
0 commit comments