make hlint happy

This commit is contained in:
Emily Martins 2022-02-25 14:43:28 +01:00
parent e5afed2c46
commit 3599eadf0b
8 changed files with 45 additions and 43 deletions

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: