Skip to content

Toolbox keyboard: persistent category prefix typing and improved focus handling #373

Toolbox keyboard: persistent category prefix typing and improved focus handling

Toolbox keyboard: persistent category prefix typing and improved focus handling #373

Workflow file for this run

name: Prettier
on:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npx prettier --check .
continue-on-error: true # Remove to block PRs that fail the check