Skip to content

Commit

Permalink
chore: comment out cabal-fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
euonymos committed Jan 30, 2025
1 parent b5d96e3 commit 7e55aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
cabal install --overwrite-policy=always cabal-fmt
cabal install --overwrite-policy=always fourmolu
/home/runner/.cabal-devx/bin/cabal-fmt --check cem-script.cabal
# /home/runner/.cabal-devx/bin/cabal-fmt --check cem-script.cabal
/home/runner/.cabal-devx/bin/fourmolu --mode check .
- name: Cabal build and test
shell: devx {0}
Expand Down

0 comments on commit 7e55aef

Please sign in to comment.