mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
12 lines
208 B
YAML
12 lines
208 B
YAML
name: Verification of Pipeline Templates
|
|
|
|
on:
|
|
push:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
SimplePackage:
|
|
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@dev
|
|
with:
|
|
package_name: pyDummy
|