Skip to content

feat: add diagram export to .diagram.json and import from .diagram.json or .ds files #1321

feat: add diagram export to .diagram.json and import from .diagram.json or .ds files

feat: add diagram export to .diagram.json and import from .diagram.json or .ds files #1321

Workflow file for this run

name: Test CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: yarn
- name: Run tests
run: yarn run ci:test