Skip to content

Updated generator to word with new description model #35

Updated generator to word with new description model

Updated generator to word with new description model #35

Workflow file for this run

name: Development
on:
- push
- workflow_dispatch
jobs:
Test:
uses: BlockProject3D/workflows/.github/workflows/Build_Test.yml@main
Analyze:
uses: BlockProject3D/workflows/.github/workflows/Analyze.yml@main
needs: Test
Coverage:
uses: BlockProject3D/workflows/.github/workflows/Coverage.yml@main
Release:
uses: BlockProject3D/workflows/.github/workflows/Release.yml@main
needs: Test
secrets:
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}