1 parent ea1ede0 commit ab4441aCopy full SHA for ab4441a
1 file changed
.github/workflows/ci.yml
@@ -79,11 +79,11 @@ jobs:
79
80
- name: Check for console.log statements
81
run: |
82
- if grep -r "console\.log" src/ test/ --exclude="setup_remote_config.ts"; then
83
- echo "❌ Found console.log statements (should use logger)"
+ if grep -r "console\.log" src/ --exclude="setup_remote_config.ts"; then
+ echo "❌ Found console.log statements in src/ (should use logger)"
84
exit 1
85
else
86
- echo "✅ No console.log statements found"
+ echo "✅ No console.log statements found in src/"
87
fi
88
89
- name: Test MCP Bundle creation
0 commit comments