We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6ded2 commit 4bec7c7Copy full SHA for 4bec7c7
.github/workflows/pylint.yml
@@ -30,4 +30,4 @@ jobs:
30
pip install pylint
31
- name: Analysing the code with pylint
32
run: |
33
- pylint $(git ls-files '*.py')
+ pylint $(git ls-files 'Calculator.py')
0 commit comments