Skip to content

Commit

Permalink
fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-holdener committed Nov 29, 2024
1 parent 9be41e2 commit 5d3f785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
pip install pylint
pip install -r ServerCode/requirements.txt
pip install pytest
export PYTHONPATH=$(pwd)/ServerCode
cd ServerCode
export PYTHONPATH=$(pwd)
- name: Analysing the code with pylint
run: |
# Exclude specific files and suppress warning for method from pylint analysis
Expand Down

0 comments on commit 5d3f785

Please sign in to comment.