We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd8efe2 commit 9615d59Copy full SHA for 9615d59
.github/workflows/pylint.yml
@@ -20,4 +20,4 @@ jobs:
20
pip install pylint
21
- name: Analysing the code with pylint
22
run: |
23
- pylint --rcfile=.pylintrc $(git ls-files '*.py')
+ pylint --rcfile=.github/workflows/pylintrc $(git ls-files '*.py')
0 commit comments