Skip to content

Commit 41a2a15

Browse files
author
Bernardo Barros
committed
Haskell CI to include hlint report
1 parent 03d696f commit 41a2a15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/haskell.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
if: success()
6464
run: |
6565
stack install hlint
66-
stack exec -- hlint .
66+
stack exec -- hlint . --report
67+
6768
6869
- name: Check formatting
6970
if: success()

0 commit comments

Comments
 (0)