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.
2 parents bff97cc + 41a6b3b commit 6343bc2Copy full SHA for 6343bc2
.github/workflows/haskell.yml
@@ -93,11 +93,10 @@ jobs:
93
sudo ldconfig
94
- name: Update dependencies (cabal)
95
run: cabal update
96
- # TODO: [CI] Add fourmolu #10
97
- #- name: Install fourmolu
98
- # run: cabal install fourmolu
99
- #- name: Run checks (fourmolu)
100
- # run: fourmolu --mode check src
+ - name: Install fourmolu
+ run: cabal install fourmolu
+ - name: Run checks (fourmolu)
+ run: fourmolu --mode check src
101
- name: Build dependencies (cabal)
102
run: cabal build --only-dependencies --enable-tests --enable-benchmarks
103
- name: Build all targets (cabal)
0 commit comments