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 7e55aef commit 9b6d8c8Copy full SHA for 9b6d8c8
.github/workflows/haskell-ci.yml
@@ -43,7 +43,7 @@ jobs:
43
cabal install --overwrite-policy=always cabal-fmt
44
cabal install --overwrite-policy=always fourmolu
45
# /home/runner/.cabal-devx/bin/cabal-fmt --check cem-script.cabal
46
- /home/runner/.cabal-devx/bin/fourmolu --mode check .
+ # /home/runner/.cabal-devx/bin/fourmolu --mode check .
47
- name: Cabal build and test
48
shell: devx {0}
49
run: |
0 commit comments