Skip to content

Commit 26790a7

Browse files
committed
Fix basedpyright errors-only in CI
1 parent 6c5ebc9 commit 26790a7

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
@@ -35,7 +35,7 @@ jobs:
3535
run: uv sync --group dev
3636

3737
- name: Run basedpyright (errors)
38-
run: uv run basedpyright src/georeel --level error
38+
run: uv run basedpyright --level error src/georeel
3939

4040
- name: Run tests with coverage
4141
run: uv run pytest --cov=src/georeel --cov-report=xml --cov-report=term-missing --cov-fail-under=85

0 commit comments

Comments
 (0)