Skip to content

Commit

Permalink
Use previous version of hlint: 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alunduil committed Dec 13, 2023
1 parent 8e2b383 commit 04c2f7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: haskell-actions/setup@v2
with:
ghc-version: 9.6
- name: install haskell tools
run: cabal install --independent-goals --allow-newer cabal-fmt haskell-ci hlint ormolu
run: cabal install --independent-goals cabal-fmt haskell-ci hlint-3.6 ormolu
- uses: pre-commit/[email protected]

0 comments on commit 04c2f7c

Please sign in to comment.