Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.
Compare
Choose a tag to compare
@kamiazya kamiazya released this 14 Nov 09:54
· 20 commits to master since this release

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