refactor(drawing): start using graphviz for visualization

This commit is contained in:
Umut
2021-08-20 17:09:19 +03:00
parent 2585eb7ed8
commit b41029d9c0
12 changed files with 186 additions and 248 deletions

View File

@@ -24,6 +24,8 @@ jobs:
steps:
- name: Install Git
run: apt-get install git -y
- name: Install Graphviz
run: apt-get install graphviz* -y
- name: Checkout Code
uses: actions/checkout@v2
with: