Skip to content
Snippets Groups Projects
Commit 9e002738 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

Add pylint to Github lint workflow.

parent dc9bb626
No related branches found
No related tags found
No related merge requests found
...@@ -31,3 +31,8 @@ jobs: ...@@ -31,3 +31,8 @@ jobs:
- name: Run Python linters - name: Run Python linters
uses: rjeffman/python-lint-action@v2 uses: rjeffman/python-lint-action@v2
- name: Run pylint
run: |
pip install pylint==2.8.2
pylint plugins --disable=import-error
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment