Skip to content

fix: make custom permission prompt option support multiline text #2912

fix: make custom permission prompt option support multiline text

fix: make custom permission prompt option support multiline text #2912

Workflow file for this run

name: Code Quality
on:
pull_request:
concurrency:
group: code-quality-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
quality:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Setup Biome
uses: biomejs/setup-biome@v2
- name: Run Biome
run: biome ci .