X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=67c96663d006a9f998fb3722bf8b8cdeb01c6804;hb=cc06e0d2125df0aeb7b5ac99233ea9c5cf6fdc48;hp=53827ca27f8f334701613b953ff2c10aa8c95053;hpb=01da6135bd795edcf08c1462ce9925e9917df956;p=lsp-test.git diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 53827ca..67c9666 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -1,6 +1,6 @@ name: Haskell CI -on: [push] +on: [push, pull_request] jobs: build: @@ -50,7 +50,7 @@ jobs: hoogle generate popd - name: Install JS Language Server - run: npm install -g javascript-typescript-langserver + run: npm install javascript-typescript-langserver - name: Build run: cabal build - name: Test