This repository has been archived by the owner on May 7, 2020. It is now read-only.
This action setup a graphviz environment.
Example usage
name: CI
on: [push]
jobs:
run:
name: Run
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: kamiazya/setup-graphviz@v1