Attempt to add mypy to CI

This commit is contained in:
Ian McEwen committed 2024-03-30 10:46:42 -07:00
1 parent ffa2de5385
commit 7a1b4b0d8b
1 file changed
+2
+2
View File
@@ -35,6 +35,8 @@ jobs:
meshtastic --version
- name: Run pylint
run: pylint meshtastic examples/ --ignore-patterns ".*_pb2.pyi?$"
- name: Check types with mypy
run: mypy meshtastic/
- name: Run tests with pytest
run: pytest --cov=meshtastic
- name: Generate coverage report