mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-05-19 03:20:21 -07:00
CI: Add hlint workflow
Closes: https://github.com/xmonad/xmonad-contrib/issues/669
This commit is contained in:
parent
05c4c776af
commit
dd26fcc3f1
22
.github/workflows/hlint.yaml
vendored
Normal file
22
.github/workflows/hlint.yaml
vendored
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
name: hlint
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
hlint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: 'Set up HLint'
|
||||||
|
uses: haskell/actions/hlint-setup@v2
|
||||||
|
with:
|
||||||
|
version: '3.4.1'
|
||||||
|
|
||||||
|
- name: 'Run HLint'
|
||||||
|
uses: haskell/actions/hlint-run@v2
|
||||||
|
with:
|
||||||
|
path: '["XMonad/", "tests/", "scripts/"]'
|
||||||
|
fail-on: status
|
Loading…
x
Reference in New Issue
Block a user