X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=a7a2d07e43d6b2dbb658c675769aeafee69180b1;hp=87c9763e2b165e62fb82fb2daa61e8955e67ca12;hb=80aeabcf9c63706c07c33f0933c2622aac7fc376;hpb=2d99d48db3865ad7f5916fea82ad4ce8b6a695f4 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