Skip to content

Commit

Permalink
chore(sync): 🔨 synced local '.github/workflows/' with remote '.github…
Browse files Browse the repository at this point in the history
…/workflows/'
  • Loading branch information
lwjohnst86 committed Sep 23, 2024
1 parent 95238e2 commit dfc9333
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/puml-to-svg.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Generate SVG from PlantUML

on:
pull_request:
paths:
- '**.puml'

jobs:
generate-plantuml:
uses: seedcase-project/.github/.github/workflows/puml-to-svg.yml@main
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dfc9333

Please sign in to comment.