X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=f3d30b3922dfe90b106ada09e8fb199b6ca568b0;hb=c066f37e7955511a5f02acefb2d8c7360397d3df;hp=87c9763e2b165e62fb82fb2daa61e8955e67ca12;hpb=2d99d48db3865ad7f5916fea82ad4ce8b6a695f4;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 87c9763..f3d30b3 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -3,6 +3,13 @@ name: Haskell CI on: [push] jobs: + lint: + runs-on: ubuntu-latest + steps: + - uses: domdere/haskell-lint-action@v1.0.2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + build: runs-on: ubuntu-latest