X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=c60c723906f1396ee29a246065de77807d7d64bf;hb=f04f8249646ff6a0c712e61ef1c89aae6714847d;hp=06086160c15dc9edb78f3c39a7b2f82b493bd097;hpb=91e68d7531106bcfe6c0251e809e7d8ce7f4adef;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 0608616..c60c723 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -1,7 +1,15 @@ -name: Haskell CI +name: Haskell on: [push, pull_request] jobs: + lint: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: domdere/haskell-lint-action@v1.0.2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + build: runs-on: ${{ matrix.os }}