Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
UtkarshMishra-Microsoft committed Dec 17, 2024
1 parent fdfc4a1 commit 3375a82
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,8 @@ jobs:
- name: Run Pylint
run: |
echo "Running Pylint for the entire project..."
python -m pylint . --rcfile=.pylintrc --verbose
echo "Running Pylint for Client Advisor..."
export PYTHONPATH="${PYTHONPATH}:ClientAdvisor/App:ResearchAssistant/App"
python -m pylint ClientAdvisor/App --rcfile=.pylintrc --verbose
echo "Running Pylint for Research Assistant..."
python -m pylint ResearchAssistant/App --rcfile=.pylintrc --verbose

0 comments on commit 3375a82

Please sign in to comment.