Skip to content

Commit

Permalink
Add graphviz dependency to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
havan committed Dec 7, 2023
1 parent 7fdb6f2 commit bdd0210
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ jobs:
needs: buf-lint
if: github.ref == 'refs/heads/draft'
steps:
# Setup environment
- uses: actions/checkout@v4
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1

# Generate diagrams
- name: Generate Diagrams
run: |
Expand Down

0 comments on commit bdd0210

Please sign in to comment.