Skip to content

fix: should update parent when moving by keyboard #114

fix: should update parent when moving by keyboard

fix: should update parent when moving by keyboard #114

Workflow file for this run

name: ESLint and Unit Testing
on:
pull_request:
branches: [main]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm i -g pnpm@9
- run: pnpm install
- run: pnpm run eslint:check
- run: pnpm run test