Skip to content

Commit 9a5fa6d

Browse files
authored
Update ci.yml
1 parent 42b27b6 commit 9a5fa6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
python-version: "3.11"
1111
- run: pip install -e ".[dev]"
1212
- run: ruff check .
13-
- run: mypy src/docflow
13+
- run: mypy docflow
1414
- run: pytest --cov --maxfail=1 --disable-warnings

0 commit comments

Comments
 (0)