mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 00:20:22 -07:00
ci: Unpin runner in hlint workflow; bump hlint to 3.5
hlint 3.5 is built against libtinfo6 and works on Ubuntu 22.04 without needing to install libtinfo5. Fixes: e6329968ffe8 ("ci: Pin runner in hlint, nix workflows to ubuntu-20.04")
This commit is contained in:
parent
57c3a13125
commit
63f73e18f9
4
.github/workflows/hlint.yaml
vendored
4
.github/workflows/hlint.yaml
vendored
@ -6,14 +6,14 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hlint:
|
hlint:
|
||||||
runs-on: ubuntu-20.04 # FIXME
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: 'Set up HLint'
|
- name: 'Set up HLint'
|
||||||
uses: haskell/actions/hlint-setup@v2
|
uses: haskell/actions/hlint-setup@v2
|
||||||
with:
|
with:
|
||||||
version: '3.4.1'
|
version: '3.5'
|
||||||
|
|
||||||
- name: 'Run HLint'
|
- name: 'Run HLint'
|
||||||
uses: haskell/actions/hlint-run@v2
|
uses: haskell/actions/hlint-run@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user