Skip to content

add changelog entry for 0.6.6 #1127

add changelog entry for 0.6.6

add changelog entry for 0.6.6 #1127

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