[wip] Add pylint and fix pylint issues

This commit is contained in:
Markus Opolka
2020-03-18 08:09:35 +01:00
parent c90b0323f5
commit 83ee5062f5
3 changed files with 43 additions and 33 deletions

View File

@@ -12,6 +12,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint
run: |
pip3 install --upgrade pip wheel setuptools
pip3 install pylint
python3 -m pylint check_http_json.py
- name: Unit Test
run: |
python3 -m unittest discover