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.
1 parent 5ee42ec commit 41a6b3bCopy full SHA for 41a6b3b
.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: 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