fail build if pylint has issues

This commit is contained in:
Mike Kinney
2021-12-09 09:14:38 -08:00
parent ddd34bfb6a
commit 089d64105e

View File

@@ -29,6 +29,6 @@ jobs:
which meshtastic
meshtastic --version
- name: Run pylint
run: pylint --exit-zero meshtastic
run: pylint meshtastic
- name: Run tests with pytest
run: pytest --cov=meshtastic