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