Skip to content

Commit dd65e9f

Browse files
committed
Add mypy job on CI
1 parent f5cfca0 commit dd65e9f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,12 @@ jobs:
4141
- uses: astral-sh/ruff-action@v3
4242
- run: ruff check
4343
- run: ruff format --check
44+
mypy:
45+
runs-on: ubuntu-latest
46+
steps:
47+
- uses: actions/checkout@v4
48+
- uses: astral-sh/setup-uv
49+
with:
50+
python-version: '3.12'
51+
- run: uvx poetry install --extras=ssr
52+
- run: uvx poetry run mypy .

0 commit comments

Comments
 (0)