Skip to content

feat: gate v1.6 feature discovery behind one UI release flag #2219

feat: gate v1.6 feature discovery behind one UI release flag

feat: gate v1.6 feature discovery behind one UI release flag #2219

name: Bidi Control Character Guard
on:
pull_request:
push:
branches:
- main
jobs:
bidi-control-guard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install ripgrep
uses: ./.github/actions/install-ripgrep
- name: Check for bidirectional Unicode controls
run: npm run guard:no-bidi-control-chars