Skip to content

Commit 589549a

Browse files
committed
maybe this works better
1 parent e215329 commit 589549a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
PYTHONPATH: ${{ github.workspace }}
3636
run: |
37-
pylint $(git ls-files '*.py')
37+
pylint middleware
3838
3939
- name: Test with python unittest
4040
run: |

0 commit comments

Comments
 (0)