add pylint but do not stop on issues

This commit is contained in:
Mike Kinney committed 2021-12-01 09:51:51 -08:00
1 parent c0a834b015
commit 5deca40925
1 file changed
+2
+2
View File
@@ -20,5 +20,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install markdown pdoc3 webencodings pyparsing twine autopep8 pylint pytest
- name: Run pylint
run: pylint --exit-zero meshtastic
- name: Run tests with pytest
run: pytest