Skip to content

Commit da81016

Browse files
authored
ci: 👷 add workflow to generate SVG from puml files (#5)
## Description Closes #4 ## Reviewer Focus <!-- Select quick/in-depth as necessary --> This PR needs a quick review.
1 parent 778064f commit da81016

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/puml-to-svg.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Generate SVG from PlantUML
2+
3+
on:
4+
pull_request:
5+
paths:
6+
- '**.puml'
7+
8+
jobs:
9+
generate-plantuml:
10+
uses: seedcase-project/.github/.github/workflows/puml-to-svg.yml@main
11+
secrets:
12+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)