mirror of
https://github.com/seemoo-lab/opendrop.git
synced 2026-09-14 23:26:11 -04:00
Add pylint to CI pipeline
This commit is contained in:
@@ -34,6 +34,10 @@ jobs:
|
||||
run: |
|
||||
pip install flake8
|
||||
flake8 . --count --show-source --statistics
|
||||
- name: Lint with pylint
|
||||
run: |
|
||||
pip install pylint
|
||||
pylint --rcfile=setup.cfg opendrop
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
pip install pytest
|
||||
|
||||
Reference in New Issue
Block a user