mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
ci: Replace deprecated haskell/actions/hlint-*
See https://github.com/haskell/actions/pull/301#issuecomment-1722353522
This commit is contained in:
parent
c9a096ac1f
commit
ac9265e774
4
.github/workflows/hlint.yaml
vendored
4
.github/workflows/hlint.yaml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user