Sync main into feat/initial-build before merge-jobs refactor

This commit is contained in:
hsiegeln
2026-04-24 21:23:58 +02:00

View File

@@ -62,10 +62,10 @@ jobs:
test -f public/.htaccess test -f public/.htaccess
cp public/.htaccess dist/.htaccess cp public/.htaccess dist/.htaccess
- name: Guard — no TODO markers may ship in built HTML - name: Guard — no TBD markers may ship in built HTML
run: | run: |
if grep -rlE '(TODO|TBD):' dist 2>/dev/null | grep -E '\.(html|svg)$'; then if grep -rlE '(TBD):' dist 2>/dev/null | grep -E '\.(html|svg)$'; then
echo "Built output contains unfilled <TODO:...> (or legacy <TBD:...>) markers." echo "Built output contains unfilled <TBD:...>) markers."
echo "Fill in imprint.astro and privacy.astro operator fields before merging to main." echo "Fill in imprint.astro and privacy.astro operator fields before merging to main."
exit 1 exit 1
fi fi