add pylint but do not stop on issues

This commit is contained in:
Mike Kinney
2021-12-01 09:51:51 -08:00
parent c0a834b015
commit 5deca40925

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