Skip to content

Test install-graphviz #114

Test install-graphviz

Test install-graphviz #114

Workflow file for this run

name: Test install-graphviz
on:
push:
branches:
- main
schedule:
- cron: '0 0 * * *'
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
name: Test
steps:
- uses: tlylt/install-graphviz@main