Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Muddyblack committed Jan 10, 2024
1 parent 744ad1d commit 5eafe5f
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 @@ -19,6 +19,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pylint
- name: Analysing the code with pylint
- name: Run pylint
run: |
pylint $(git ls-files '*.py')
pylint **/*.py

0 comments on commit 5eafe5f

Please sign in to comment.