File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
agents_mcp_usage/multi_mcp/multi_mcp_use Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
1
+ name : PR Open/Sync - Lint
2
+ on :
3
+ pull_request :
4
+ types : [opened, synchronize]
5
+ branches :
6
+ - main
7
+
8
+ jobs :
9
+ lint :
10
+ runs-on : ubuntu-latest
11
+ steps :
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-python@v5
14
+ with :
15
+ python-version : ' 3.13'
16
+ - run : pip install uv
17
+ - run : uv sync
18
+ - run : make lint
Original file line number Diff line number Diff line change 1
1
install :
2
2
uv sync
3
- npm install -g @mermaid-js/mermaid-cli
3
+ npm install -g @mermaid-js/mermaid-cli
4
+
5
+ lint :
6
+ uv run ruff check .
Original file line number Diff line number Diff line change 19
19
os .environ ["GOOGLE_API_KEY" ] = os .getenv ("GEMINI_API_KEY" , "" )
20
20
21
21
# Configure logging if LOGFIRE_TOKEN is set
22
- logfire .configure (send_to_logfire = "if-token-present" , service_name = "adk-basic -mcp" )
22
+ logfire .configure (send_to_logfire = "if-token-present" , service_name = "adk-multi -mcp" )
23
23
logfire .instrument_mcp ()
24
24
25
25
You can’t perform that action at this time.
0 commit comments