Skip to content

Install Graphviz

Actions
Install Graphviz cross-platform (Linux, macOS, Windows)
v1.0.0
Latest
Star (4)

Install Graphviz

GitHub CI

This action provides the following functionality for GitHub Actions users:

  • Install Graphviz cross-platform (Linux, macOS, Windows)

Usage

This action will detect the operating system and install Graphviz cross-platform. You may use the action without any additional parameters.

steps:
- uses: tlylt/install-graphviz@v1

Testing

name: Test install-graphviz

on:
  push:
    branches:
      - main

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

Development

Updates will be done on the main branch. When ready, tag and release according to semver.

License

The scripts and documentation in this project are released under the MIT License

Install Graphviz is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install Graphviz cross-platform (Linux, macOS, Windows)
v1.0.0
Latest

Install Graphviz is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.