Skip to content

🐛 fix: Properly reset caret position on removing blocks #77

🐛 fix: Properly reset caret position on removing blocks

🐛 fix: Properly reset caret position on removing blocks #77

Workflow file for this run

name: Lint
on: push
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Boot
run: boot/boot.sh
- name: Run ESLint
run: npx eslint .