Clean repository artifacts and update README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user