Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

calcom demo form

calcom demo form #2553

Workflow file for this run

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