Skip to content

Commit

Permalink
Merge pull request #133 from input-output-hk/newhoggy/fix-hlint
Browse files Browse the repository at this point in the history
Fix HLint
  • Loading branch information
newhoggy authored Jul 25, 2023
2 parents 877c392 + 40b448a commit 396e6bd
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/check-hlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,4 @@ jobs:

- uses: actions/checkout@v3

- name: Install dependencies
run: |
sudo apt-get -y install libtinfo5
- name: 'Set up HLint'
uses: rwe/actions-hlint-setup@v1
with:
version: 3.3

- name: 'Run HLint'
uses: rwe/actions-hlint-run@v2
with:
fail-on: warning
- uses: haskell-actions/hlint-scan@v1

0 comments on commit 396e6bd

Please sign in to comment.