You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "::warning file=${f}::Added inside a legacy database directory. This content should live in its own repo (see REGISTRY.adoc); these directories are being extracted."
69
+
continue
70
+
fi
71
+
echo "::error file=${f}::Misplaced content. nextgen-databases is a coordination repo — this belongs in a database/language repo. See REGISTRY.adoc."
72
+
FAIL=1
73
+
done < /tmp/added.txt
74
+
75
+
{
76
+
echo "## Placement Guard"
77
+
echo ""
78
+
if [ "$FAIL" -eq 0 ]; then
79
+
echo ":white_check_mark: No misplaced new content detected."
80
+
else
81
+
echo ":x: New files were added outside the allowed coordination paths."
82
+
echo ""
83
+
echo "\`nextgen-databases\` is a **coordination repo**. Per-database code, schemas,"
84
+
echo "docs, and query languages belong in their own repos — see \`REGISTRY.adoc\`."
0 commit comments