Skip to content

Create graphviz.yml

Create graphviz.yml #4

Workflow file for this run

name: graphviz
on:
pull_request:
jobs:
install:
runs-on: ubuntu-latest
steps:
- name: install graphviz
uses: ts-graphviz/setup-graphviz@v1
- name: check version
run: dot -V