mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 14:28:24 -04:00
fail build if pylint has issues
This commit is contained in:
1 parent
ddd34bfb6a
commit
089d64105e
1 file changed
+1
-1
@@ -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
|
||||
Reference in new issue
Block a user