X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fhaskell.yml;h=cd8a95da2274745ffc767605f73ddd936bed2469;hp=e4cdf76e2a374e073f0bf41cd65a654514df1c8f;hb=38bf0b76556e21891319a2e2af92efe8ff4bf5b7;hpb=0980bdc3a13cc183ef4de6a00820d386c498d7f7 diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index e4cdf76..cd8a95d 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -24,6 +24,8 @@ jobs: export PATH=$PATH:$HOME/.cabal/bin hoogle generate popd + - name: Install JS Language Server + run: npm install javascript-typescript-langserver - name: Build run: cabal build - name: Test