Skip to content

Commit

Permalink
CI linting setup hack
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbif19 committed May 11, 2024
1 parent 84b4689 commit 239547b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Install and run linters
shell: devx {0}
run: |
cabal install cabal-fmt
cabal install fourmolu
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/fourmolu --mode check .
- name: Save cabal cache
Expand Down

0 comments on commit 239547b

Please sign in to comment.