Skip to content

Add missing ``` at end of project-structure.md code box #1069

Add missing ``` at end of project-structure.md code box

Add missing ``` at end of project-structure.md code box #1069

Workflow file for this run

name: whitelist check
on:
pull_request:
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