We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7acee5 commit 2e74caeCopy full SHA for 2e74cae
.github/workflows/package-release.yaml
@@ -0,0 +1,18 @@
1
+name: Package Release
2
+
3
+on:
4
+ workflow_call:
5
+ inputs:
6
+ package-name:
7
+ required: true
8
+ type: string
9
+ package-path:
10
11
12
13
+jobs:
14
+ stub:
15
+ runs-on: ubuntu-latest
16
+ steps:
17
+ - name: Workflow stub
18
+ run: echo "Stub - full implementation in PR"
.github/workflows/package-test.yaml
+name: Package Test
0 commit comments