Skip to content

♻️ Refactor getDiagram #60

♻️ Refactor getDiagram

♻️ Refactor getDiagram #60

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
with:
cache: 'npm'
- run: npm ci
- run: npm test