Skip to content

Commit 624e6d5

Browse files
committed
Fix the workflow file.
1 parent dbfa16b commit 624e6d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/typecheck.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Typecheck
33
on:
44
pull_request:
55
paths-ignore:
6-
- '**.md'
6+
- '**/*.md'
77
- 'AUTHORS'
88

99
jobs:
@@ -33,5 +33,6 @@ jobs:
3333

3434
- name: Run mypy
3535
run: |
36+
cd litecli
3637
uv run --no-sync --frozen -- python -m ensurepip
3738
uv run --no-sync --frozen -- python -m mypy --no-pretty --install-types --non-interactive .

0 commit comments

Comments
 (0)