Skip to content

Commit 401768b

Browse files
Update .github/workflows/copilot-validation.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a98a364 commit 401768b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo "Validating JSON configuration files..."
7474
7575
# Validate MCP configuration JSON
76-
if ! jq empty .github/copilot-mcp.json; then
76+
if ! jq . .github/copilot-mcp.json > /dev/null; then
7777
echo "❌ Invalid JSON in .github/copilot-mcp.json"
7878
exit 1
7979
else

0 commit comments

Comments
 (0)