Skip to content

Commit

Permalink
Fixing pylint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajmajer committed Jun 2, 2024
1 parent a3a73d5 commit e21be2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
pip install pylint
- name: Analysing the code with pylint
run: |
export PYTHONPATH=/app
pylint $(git ls-files '*.py')

0 comments on commit e21be2c

Please sign in to comment.