Add pylint to Github lint workflow.

This commit is contained in:
Rafael Guterres Jeffman
2021-04-29 20:31:40 -03:00
parent dc9bb626f0
commit 9e00273864

View File

@@ -31,3 +31,8 @@ jobs:
- name: Run Python linters
uses: rjeffman/python-lint-action@v2
- name: Run pylint
run: |
pip install pylint==2.8.2
pylint plugins --disable=import-error