Skip to content

Commit

Permalink
Update pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jmateusribeiro committed Jun 1, 2024
1 parent 89ec08c commit ba17e82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
- name: Analysing the code with pylint
- name: Analyzing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint **/*.py

0 comments on commit ba17e82

Please sign in to comment.