Skip to content

Commit 52d17ba

Browse files
authored
Update pylint.yml
1 parent fe7d37c commit 52d17ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pylint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
pip install pylint temmies
21-
- name: Analysing the code with pylint
21+
- name: Analyzing the code with pylint
2222
run: |
23-
pylint $(git ls-files '*.py')
23+
pylint temmies_cli

0 commit comments

Comments
 (0)