Skip to content

auto-detect missing language server and prompt to install #3

auto-detect missing language server and prompt to install

auto-detect missing language server and prompt to install #3

Workflow file for this run

name: unit test
on:
- "push"
- "pull_request"
jobs:
unit-test:
# Ref: https://github.com/actions/runner-images/tree/main/images/linux
name: Test
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm install
- run: npm run compile
- run: npm run test