Skip to content

Commit

Permalink
chore: updated pylint for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
MattOrmianek committed Sep 22, 2024
1 parent e3f695b commit 307ef3d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pylint
pip install pylint pandas colorlog fastapi uvicorn pytest
pip install -r requirements.txt
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')
pylint $(git ls-files '*.py')

0 comments on commit 307ef3d

Please sign in to comment.