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