Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
orest committed Jan 11, 2024
1 parent 6d7e1eb commit da83c4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pylint
pip install -r requirements.txt
pip install -r dietly/requirements.txt
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit da83c4c

Please sign in to comment.