Skip to content
Snippets Groups Projects
Commit 805ee9ae authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Make pylint always run on Github Action

parent 3d24f433
No related branches found
No related tags found
2 merge requests!131WIP: Fix linting,!125Update CI config
......@@ -39,5 +39,6 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
#flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Lint with pylint
if: always()
run: |
pylint app *.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment