Skip to content

Commit

Permalink
Pin linter versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbif19 committed Jul 4, 2024
1 parent 5a41a74 commit 8aeb94a
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 --overwrite-policy=always cabal-fmt
cabal install --overwrite-policy=always fourmolu
cabal install --overwrite-policy=always cabal-fmt == 0.1.12
cabal install --overwrite-policy=always fourmolu == 0.16.0.0
/home/runner/.cabal-devx/bin/cabal-fmt --check cem-script.cabal
/home/runner/.cabal-devx/bin/fourmolu --mode check .
- name: Cabal build and test
Expand Down

0 comments on commit 8aeb94a

Please sign in to comment.