Skip to content

Commit 3c62b25

Browse files
committed
fix version check script
1 parent 48383d2 commit 3c62b25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ run +ARGS:
185185
uv run {{ ARGS }}
186186

187187
# validate the given version string against the lib version
188+
[script]
188189
validate_version VERSION:
189190
import re
190191
import tomllib

0 commit comments

Comments
 (0)