Skip to content

Commit 7e55aef

Browse files
author
euonymos
committed
chore: comment out cabal-fmt check
1 parent b5d96e3 commit 7e55aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
cabal install --overwrite-policy=always cabal-fmt
4444
cabal install --overwrite-policy=always fourmolu
45-
/home/runner/.cabal-devx/bin/cabal-fmt --check cem-script.cabal
45+
# /home/runner/.cabal-devx/bin/cabal-fmt --check cem-script.cabal
4646
/home/runner/.cabal-devx/bin/fourmolu --mode check .
4747
- name: Cabal build and test
4848
shell: devx {0}

0 commit comments

Comments
 (0)