mirror of
https://github.com/meshtastic/python.git
synced 2026-01-08 07:48:03 -05:00
add pylint but do not stop on issues
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user