Skip to content

Commit a12f9bb

Browse files
committed
fix: only type check src directory
1 parent d3dc848 commit a12f9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: poetry install
2222
- name: Compile
23-
run: poetry run mypy .
23+
run: poetry run mypy src/
2424
test:
2525
runs-on: ubuntu-latest
2626
strategy:

0 commit comments

Comments
 (0)