We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e215329 commit 589549aCopy full SHA for 589549a
1 file changed
.github/workflows/code_check.yml
@@ -34,7 +34,7 @@ jobs:
34
env:
35
PYTHONPATH: ${{ github.workspace }}
36
run: |
37
- pylint $(git ls-files '*.py')
+ pylint middleware
38
39
- name: Test with python unittest
40
0 commit comments