Skip to content

Commit

Permalink
try to fix hlint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed Dec 14, 2024
1 parent fdf9458 commit 2623424
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc: ['9.8', '9.6', '9.4']
ghc: ['9.10', '9.8', '9.6']
include:
- os: windows-latest
ghc: '9.8'
Expand All @@ -41,7 +41,4 @@ jobs:
with:
path: ${{ steps.setup-haskell.outputs.cabal-store }}
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ steps.get-ghc-libdir.outputs.libdir }}-${{ hashFiles('cabal.project.freeze') }}
- run: cabal new-install apply-refact --install-method=copy
- uses: ndmitchell/neil@master
with:
hlint-arguments: src
- run: cabal run exe:hlint -- --test

0 comments on commit 2623424

Please sign in to comment.