Skip to content

swap order of setTextDocumentLanguage and showTextDocument #59

swap order of setTextDocumentLanguage and showTextDocument

swap order of setTextDocumentLanguage and showTextDocument #59

Workflow file for this run

name: Test
on: [push,workflow_call]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v3
- name: Dependencies
run: yarn install --frozen-lockfile
- name: Typecheck
run: yarn tsc
- name: Tests
uses: GabrielBB/xvfb-action@v1.0
with:
run: yarn test