Skip to content

Fix: README to use SVG instead of markdown mermaid #73

Fix: README to use SVG instead of markdown mermaid

Fix: README to use SVG instead of markdown mermaid #73

Workflow file for this run

name: Test
on:
pull_request:
paths-ignore:
- demo/**
- diagrams/**
- '*.drawio'
- '*.md'
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Test
run: make ciTest