We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7d37c commit 52d17baCopy full SHA for 52d17ba
1 file changed
.github/workflows/pylint.yml
@@ -18,6 +18,6 @@ jobs:
18
run: |
19
python -m pip install --upgrade pip
20
pip install pylint temmies
21
- - name: Analysing the code with pylint
+ - name: Analyzing the code with pylint
22
23
- pylint $(git ls-files '*.py')
+ pylint temmies_cli
0 commit comments