diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17e4ba9..31f3f98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: which meshtastic meshtastic --version - name: Run pylint - run: pylint meshtastic examples/ --ignore-patterns ".*_pb2.py$" + run: pylint meshtastic examples/ --ignore-patterns ".*_pb2.pyi?$" - name: Run tests with pytest run: pytest --cov=meshtastic - name: Generate coverage report