style: replace emoji with [OK] in workflow summary; cargo fmt integration tests

This commit is contained in:
Joseph O'Brien
2026-04-03 19:07:47 -04:00
parent 4a010559d2
commit 3f529e9ed5
2 changed files with 36 additions and 8 deletions

View File

@@ -108,9 +108,9 @@ jobs:
- name: Public readiness summary
if: success()
run: |
echo " No secrets or PII detected"
echo " No hardcoded private addresses"
echo " Licenses are OSS-compatible"
echo " No secrets files tracked in git"
echo "[OK] No secrets or PII detected"
echo "[OK] No hardcoded private addresses"
echo "[OK] Licenses are OSS-compatible"
echo "[OK] No secrets files tracked in git"
echo ""
echo "This repository appears safe to mirror to a public GitHub repo."