This repository was archived by the owner on Apr 28, 2026. It is now read-only.
calcom demo form #2553
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: whitelist check | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| reflex-web: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - name: Assert whitelist is empty | |
| run: echo -e "\nassert not WHITELISTED_PAGES, f'WHITELISTED_PAGES includes {WHITELISTED_PAGES}'" | cat "pcweb/whitelist.py" - | python3 |