Skip to content

Commit

Permalink
updated pylint.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
suprajamannava17 committed Nov 17, 2024
1 parent 30899ed commit 4fae60f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pylint
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$(pwd)/server" >> $GITHUB_ENV
- name: Analysing the code with pylint
run: |
pylint $(git ls-files '*.py')

0 comments on commit 4fae60f

Please sign in to comment.