Skip to content

Commit

Permalink
Force GHC 9.7 for hlint.
Browse files Browse the repository at this point in the history
  • Loading branch information
alunduil committed Dec 12, 2023
1 parent 8e2b383 commit 8df56ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .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.7'
- name: install haskell tools
run: cabal install --independent-goals --allow-newer cabal-fmt haskell-ci hlint ormolu
- uses: pre-commit/[email protected]

0 comments on commit 8df56ed

Please sign in to comment.