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 c9a096ac1f
commit ac9265e774

View File

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