Skip to content

Commit

Permalink
use Hlint v3.8
Browse files Browse the repository at this point in the history
tchoutri committed Jan 21, 2024
1 parent 7a3100f commit d70473c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -25,9 +25,12 @@ jobs:

- name: 'Set up HLint'
uses: haskell-actions/hlint-setup@v2
with:
version: '3.8'

- name: 'Run HLint'
uses: haskell-actions/hlint-run@v2
with:
path: '["src/", "test/"]'
path: '["src", "test"]'
fail-on: warning

0 comments on commit d70473c

Please sign in to comment.