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