Skip to content

chore(deps): update actions/checkout action to v5 #334

chore(deps): update actions/checkout action to v5

chore(deps): update actions/checkout action to v5 #334

Triggered via push September 25, 2025 15:35
Status Failure
Total duration 1m 4s
Artifacts

lint.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
basedpyright
Process completed with exit code 1.
basedpyright
1 error
basedpyright: src/speaches/routers/stt.py#L216
Argument of type "bool | None" cannot be assigned to parameter "without_timestamps" of type "bool" in function "transcribe"   Type "bool | None" is not assignable to type "bool"     "None" is not assignable to "bool" (reportArgumentType)