Skip to content

Fix left/right key malbehavior at the beginning and the end of the te… #21

Fix left/right key malbehavior at the beginning and the end of the te…

Fix left/right key malbehavior at the beginning and the end of the te… #21

Workflow file for this run

name: Linting
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Run eslint
run: npm i && npm run lint