xmonad / xmonad-contrib

Contributed modules for xmonad
https://xmonad.org
BSD 3-Clause "New" or "Revised" License
584 stars 274 forks source link

Create HLint workflow #765

Closed slotThe closed 1 year ago

slotThe commented 1 year ago

Description

Of course I have no idea what I'm doing, but I tried :)

Commit Summary

26abde6e CI: Add hlint workflow

Closes: https://github.com/xmonad/xmonad-contrib/issues/669

1a3f9997 CI: Remove hlint from haskell-ci

As we have a proper hlint action now, this is no longer needed.

2c95e278 hlint: Fix new warning

There are some "Reducing duplication" suggestions (which are not warnings) that are still up; I left these in for now.

Checklist