Skip to content

Commit 951c01f

Browse files
committed
Type check only the project
1 parent f44a2e7 commit 951c01f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
run: uv run ruff format --check
2323
- name: Pyright type check
2424
# Don't fail on errors yet
25-
run: uv run pyright || true
25+
run: uv run pyright filesender || true
2626
- name: Test CLI help
2727
run: filesender --help

0 commit comments

Comments
 (0)