Skip to content

Commit 22d53fb

Browse files
authored
Merge pull request #229 from GetStream/fix/pin-ty-version
Pin ty@0.0.24 to fix CI typecheck
2 parents 8ff29f0 + 5ad7c13 commit 22d53fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ format:
9292

9393
## Run ty type checker
9494
typecheck:
95-
uvx ty check getstream/ $(TY_EXCLUDES)
95+
uvx ty@0.0.24 check getstream/ $(TY_EXCLUDES)
9696

9797
## Run full check: lint + typecheck + non-video tests
9898
check: lint typecheck test

0 commit comments

Comments
 (0)