fix: harden CI validators

Ports personal-path validator hardening and quoted checkout detection onto current main.
This commit is contained in:
Affaan Mustafa 2026-05-11 03:08:43 -04:00 committed by GitHub
parent 1abc3fb381
commit e674a7dbd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 291 additions and 11 deletions

View file

@ -220,6 +220,10 @@ jobs:
run: node scripts/ci/check-unicode-safety.js
continue-on-error: false
- name: Validate no personal paths
run: node scripts/ci/validate-no-personal-paths.js
continue-on-error: false
security:
name: Security Scan
runs-on: ubuntu-latest

View file

@ -50,3 +50,6 @@ jobs:
- name: Check unicode safety
run: node scripts/ci/check-unicode-safety.js
- name: Validate no personal paths
run: node scripts/ci/validate-no-personal-paths.js