Clean repository artifacts and update README
CI - Build & Verify / Build, Typecheck & Hygiene (push) Successful in 56s
CI - Build & Verify / Deploy to award.noveria.net (push) Successful in 53s

This commit is contained in:
AzuTear
2026-06-26 18:56:48 +02:00
parent 90795759f3
commit 47fe59c42a
13 changed files with 70 additions and 1606 deletions
+10
View File
@@ -37,6 +37,16 @@ jobs:
exit 1
fi
- name: Reject tracked handoff artifacts
run: |
set -euo pipefail
tracked="$(git ls-files '*.zip' '*.docx' 'prototype/**' 'update_v2_docx_*.py' || true)"
if [ -n "$tracked" ]; then
echo "Handoff/prototype artifacts are tracked and must be removed:"
echo "$tracked"
exit 1
fi
- name: Secret pattern scan
run: |
set -euo pipefail