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