fix: add mypy type checking to CI workflow
This commit is contained in:
@@ -31,6 +31,12 @@ jobs:
|
||||
- name: Run linting
|
||||
run: ruff check src/ tests/
|
||||
|
||||
- name: Install type checker
|
||||
run: pip install mypy
|
||||
|
||||
- name: Run type checking
|
||||
run: mypy src/ tests/
|
||||
|
||||
build:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user