Skip to content

Create graphviz.yml

Create graphviz.yml #2

Workflow file for this run

name: graphviz
on:
pull_request:
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: install graphviz
run: |
apt install -y graphviz
dot -V