Skip to content

Commit

Permalink
added pylint to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ma4nn committed Apr 16, 2024
1 parent 46ee8bf commit 470719f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Analysing the code with pylint
run: |
pip install pylint
pylint --errors-only $(find src/ -name "*.py" | xargs)
pylint --errors-only $(find . -name "*.py" | xargs)
- name: Running tests
run: |
python -m unittest

0 comments on commit 470719f

Please sign in to comment.