Skip to content

Commit 16e148d

Browse files
Update python-app.yml
1 parent 91f1886 commit 16e148d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Upload codecov
3434
run: |
3535
codecov
36+
- name: Lint with pylint
37+
run: |
38+
pylint adapt tests || exit 0
3639
3740
# linux:
3841

0 commit comments

Comments
 (0)