mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Handle simple packages and namespace packages by pipeline template.
Added pipeline to check pipeline templates.
This commit is contained in:
11
.github/workflows/_Checking_SimplePackage_Pipeline.yml
vendored
Normal file
11
.github/workflows/_Checking_SimplePackage_Pipeline.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Verification of Pipeline Templates
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
SimplePackage:
|
||||
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@dev
|
||||
with:
|
||||
package_name: pyDummy
|
||||
Reference in New Issue
Block a user