Skip to content

Commit d18c9a4

Browse files
committed
migrate to using hlint action
1 parent eb1c8f9 commit d18c9a4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/haskell.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v3
1616

17-
- name: Install hlint
18-
run: sudo apt install -y hlint
19-
2017
- name: Run hlint
21-
run: hlint .
18+
uses: haskell-actions/hlint-run@v2.4.10
19+
with:
20+
fail_on: suggestion
2221

2322
- name: Run fourmolu
2423
uses: haskell-actions/run-fourmolu@v11

0 commit comments

Comments
 (0)