File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - ' infra/scripts/**'
1414 - ' .github/workflows/deploy.yml'
1515 - ' azure.yml'
16- - ' azure-custom .yml'
16+ - ' azure_custom .yml'
1717 pull_request :
1818 types :
1919 - opened
3131 - ' infra/scripts/**'
3232 - ' .github/workflows/deploy.yml'
3333 - ' azure.yml'
34- - ' azure-custom .yml'
34+ - ' azure_custom .yml'
3535 workflow_run :
3636 workflows : ["Build Docker and Optional Push v3"]
3737 types :
Original file line number Diff line number Diff line change 66 - ' src/backend/**/*.py'
77 - ' src/mcp_server/**/*.py'
88 - ' src/backend/requirements.txt'
9- - ' src/mcp_server/pyproject.toml'
109 - ' .flake8'
1110 - ' .github/workflows/pylint.yml'
1211 pull_request :
1312 paths :
1413 - ' src/backend/**/*.py'
1514 - ' src/mcp_server/**/*.py'
1615 - ' src/backend/requirements.txt'
17- - ' src/mcp_server/pyproject.toml'
1816 - ' .flake8'
1917 - ' .github/workflows/pylint.yml'
2018
3634 run : |
3735 python -m pip install --upgrade pip
3836 pip install -r src/backend/requirements.txt
39- pip install -e src/mcp_server/ # Install mcp_server dependencies from pyproject.toml
4037 pip install flake8 # Ensure flake8 is installed explicitly
4138
4239 - name : Run flake8 and pylint
You can’t perform that action at this time.
0 commit comments