Skip to content

Integrate blockly kb controls #698

Integrate blockly kb controls

Integrate blockly kb controls #698

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