mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
add pylint but do not stop on issues
This commit is contained in:
1 parent
c0a834b015
commit
5deca40925
1 file changed
+2
@@ -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