Skip to content

Commit

Permalink
Tries different tox pylint paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Mouse Reeve committed Nov 5, 2023
1 parent 3b1053d commit 203c7f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
pip install tox==4.11.3
- name: Analysing the code with pylint
run: |
tox -e pylint
tox -e pylint -- src
tox -e pylint -- tests

0 comments on commit 203c7f7

Please sign in to comment.