docs(new-website): pages.dev vs workers.dev + DNS-cutover safety #97
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: clean | |
| # Fails the build if any personal name, contact info, or credential enters the skill | |
| # suite. The suite is a handoff artifact and must stay generic. See scripts/check_clean.sh. | |
| on: | |
| push: | |
| pull_request: | |
| jobs: | |
| no-pii-secrets: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Scan skills for names / contact info / credentials | |
| run: bash scripts/check_clean.sh |