Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit c1d14ab

Browse files
authored
Update validation.yml
1 parent 1be1e2c commit c1d14ab

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/validation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Python
22
on:
33
workflow_call:
4+
inputs:
5+
workdir:
6+
type: string
7+
default: src
48

59
jobs:
610
validation:
@@ -20,3 +24,4 @@ jobs:
2024
with:
2125
${{ matrix.tools }}: true
2226
args: ${{ matrix.args }}
27+
workdir: ${{ inputs.workdir }}

0 commit comments

Comments
 (0)