Skip to content

Bug fix - keep selection #755

Bug fix - keep selection

Bug fix - keep selection #755

Workflow file for this run

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