Skip to content

Commit 72242ab

Browse files
committed
Lint with pylint as well
1 parent 7f18497 commit 72242ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3232
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3333
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
34+
- name: Lint with pylint
35+
run: |
36+
pylint mrmat_python_api_flask
3437
- name: Install locally
3538
run: |
3639
python ./setup.py install

0 commit comments

Comments
 (0)