Skip to content

Commit

Permalink
fixup! Add HLint
Browse files Browse the repository at this point in the history
  • Loading branch information
blackheaven committed Oct 2, 2022
1 parent fe5db26 commit b76e530
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,16 @@ jobs:
- name: Test
run: |
stack test --system-ghc
hlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Run HLint
env:
HLINT_VERSION: "3.2.7"
run: |
curl -L https://github.com/ndmitchell/hlint/releases/download/v${HLINT_VERSION}/hlint-${HLINT_VERSION}-x86_64-linux.tar.gz --output hlint.tar.gz
tar -xvf hlint.tar.gz
./hlint-${HLINT_VERSION}/hlint src/ test/
24 changes: 0 additions & 24 deletions .github/workflows/hlint.yml

This file was deleted.

0 comments on commit b76e530

Please sign in to comment.