Skip to content

Commit

Permalink
build: add action for setup graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 26, 2022
1 parent cbde49a commit 54e0ebd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
go-version: ^1.18
id: go

- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1

- name: Check out code into the Go module directory
uses: actions/checkout@v2

Expand Down

0 comments on commit 54e0ebd

Please sign in to comment.