Skip to content

Commit 7a1b4b0

Browse files
committed
Attempt to add mypy to CI
1 parent ffa2de5 commit 7a1b4b0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
meshtastic --version
3636
- name: Run pylint
3737
run: pylint meshtastic examples/ --ignore-patterns ".*_pb2.pyi?$"
38+
- name: Check types with mypy
39+
run: mypy meshtastic/
3840
- name: Run tests with pytest
3941
run: pytest --cov=meshtastic
4042
- name: Generate coverage report

0 commit comments

Comments
 (0)