ci: Replace deprecated haskell/actions/hlint-*

See https://github.com/haskell/actions/pull/301#issuecomment-1722353522
This commit is contained in:
Tomas Janousek 2023-09-17 22:51:15 +01:00
parent dc4d304802
commit 96b3628b54

View File

@ -11,12 +11,12 @@ jobs:
- uses: actions/checkout@v4
- name: 'Set up HLint'
uses: haskell/actions/hlint-setup@v2
uses: haskell-actions/hlint-setup@v2
with:
version: '3.5'
- name: 'Run HLint'
uses: haskell/actions/hlint-run@v2
uses: haskell-actions/hlint-run@v2
with:
path: '.'
fail-on: status