1 parent 9fcb823 commit 879637bCopy full SHA for 879637b
1 file changed
.github/workflows/pythonpackage.yml
@@ -8,6 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
max-parallel: 4
11
+ env:
12
+ RUFF_OUTPUT_FORMAT: github
13
14
steps:
15
- uses: actions/checkout@v4
@@ -18,9 +20,7 @@ jobs:
18
20
cache-dependency-glob: "uv.lock"
19
21
- run: uv sync --all-extras --dev
22
- uses: astral-sh/ruff-action@v3
- env:
- RUFF_OUTPUT_FORMAT: github
23
- - run: uv run mypy .
+ - run: uv run mypy src/ tests/
24
- run: uv run pytest
25
- uses: codecov/codecov-action@v4
26
with:
0 commit comments