Skip to content

insert multiple: noid or uuid #237

insert multiple: noid or uuid

insert multiple: noid or uuid #237

Workflow file for this run

name: Build and Test Package
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 17
- run: yarn
- run: yarn test
- run: yarn build