Skip to content

Commit c748429

Browse files
committed
add linting
1 parent c56214c commit c748429

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build_test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- name: Coverage report
5353
run:
5454
coverage report --fail-under=99 --show-missing
55+
- name: Linting
56+
run:
57+
pylint discopy
5558
- name: Install nbmake and test notebooks
5659
run: |
5760
python -m pip install nbmake

0 commit comments

Comments
 (0)