feat: gate v1.6 feature discovery behind one UI release flag #2219
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: 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 |