mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
13 lines
256 B
YAML
13 lines
256 B
YAML
name: Verification of Pipeline Templates
|
|
|
|
on:
|
|
push:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
NamespacePackage:
|
|
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@main
|
|
with:
|
|
package_namespace: pyExamples
|
|
package_name: Extensions
|