Skip to content

feat: ✨ Init and teamstucture #1

feat: ✨ Init and teamstucture

feat: ✨ Init and teamstucture #1

Workflow file for this run

name: Generate PlantUML Diagrams
on:
push:
paths:
- "**.puml"
jobs:
generate_plantuml:
runs-on: ubuntu-latest
name: plantuml
steps:
- name: checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: plantuml
id: plantuml
uses: grassedge/[email protected]
with:
path: render
message: "Render PlantUML files"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}