Skip to content

Commit 23b56ba

Browse files
add descriptions
1 parent 4c210f7 commit 23b56ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,15 @@ on:
66
python-version:
77
type: string
88
required: true
9+
description: 'Python version to use, e.g., "3.9"'
910
use-uv:
1011
type: boolean
1112
default: false
13+
description: 'Use `uv` for minimum version resolution'
1214
coverage:
1315
type: boolean
1416
default: false
17+
description: 'Generate coverage report'
1518

1619
jobs:
1720
check:

0 commit comments

Comments
 (0)