Handle simple packages and namespace packages by pipeline template.

Added pipeline to check pipeline templates.
This commit is contained in:
Patrick Lehmann
2024-11-10 18:22:13 +01:00
parent df0889b86b
commit 9808b6c7f9
9 changed files with 229 additions and 40 deletions

View File

@@ -0,0 +1,12 @@
name: Verification of Pipeline Templates
on:
push:
workflow_dispatch:
jobs:
NamespacePackage:
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@dev
with:
package_namespace: pyExamples
package_name: Extensions