Skip to content

Commit 2b646a9

Browse files
committed
test# Please enter the commit message for your changes. Lines starting
1 parent 9302aee commit 2b646a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ jobs:
2828
pip install -e .[server]
2929
pip install -e .[test]
3030
- name: Lint/test with pre-commit
31-
run: SKIP=no-commit-to-branch pre-commit run --all-files
31+
run: |
32+
SKIP=no-commit-to-branch pre-commit run --all-files
33+
pylint
34+
pylint matter_server/server/ota/__init__.py
35+
3236
3337
test:
3438
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)