From: Luke Lau Date: Fri, 18 Oct 2019 23:49:15 +0000 (+0100) Subject: Merge branch 'master' into github-actions X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=ba2031ed9c5237c40dc6de1376bf74ec134f78bf;hp=c80fbbc91756f4fea141f434f251d7ff7c0e4596 Merge branch 'master' into github-actions --- 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