hlint fix

This commit is contained in:
Jack Hodgkinson 2022-03-01 14:13:47 +00:00
parent 9ab736c24d
commit 4bc3c958d0

View file

@ -56,7 +56,7 @@ jobs:
name: mlabs
authToken: ${{ secrets.CACHIX_KEY }}
- run: nix run nixpkgs#hlint -- $(git ls-tree -r HEAD --full-tree --name-only | grep -E '.*\.hs')
- run: nix run nixpkgs#haskell.packages.ghc921.hlint -- $(git ls-tree -r HEAD --full-tree --name-only | grep -E '.*\.hs')
name: Run hlint
check-build: