Skip to content

Commit 0692a42

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/haskell.yml

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

17-
- name: Install hlint
18-
run: sudo apt install -y hlint
17+
- name: 'Set up HLint'
18+
uses: haskell-actions/hlint-setup@v2
19+
with:
20+
version: 'latest'
1921

2022
- name: Run hlint
2123
run: hlint .

0 commit comments

Comments
 (0)