We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91adffe commit e215329Copy full SHA for e215329
1 file changed
.github/workflows/code_check.yml
@@ -31,6 +31,8 @@ jobs:
31
pip install pylint
32
33
- name: Lint with pylint
34
+ env:
35
+ PYTHONPATH: ${{ github.workspace }}
36
run: |
37
pylint $(git ls-files '*.py')
38
0 commit comments