Skip to content

feat: allow editor plugins to render without an opened doc #1937

feat: allow editor plugins to render without an opened doc

feat: allow editor plugins to render without an opened doc #1937

Workflow file for this run

name: Test and Build
on: pull_request
jobs:
test-and-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: "18.x"
- name: Install and Test OpenSCD
run: |
npm i @nx/nx-linux-x64-gnu
npm clean-install
npm run-script test