From: Luke Lau Date: Sat, 24 Aug 2019 22:15:15 +0000 (-0400) Subject: Add hlinter X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=80aeabcf9c63706c07c33f0933c2622aac7fc376 Add hlinter --- diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 87c9763..a7a2d07 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -3,6 +3,11 @@ name: Haskell CI on: [push] jobs: + lint: + runs-on: ubuntu-latest + steps: + - uses: domdere/haskell-lint-action@v1.0.2 + build: runs-on: ubuntu-latest