Skip to content

Add logics for handling keyboard event #1

Add logics for handling keyboard event

Add logics for handling keyboard event #1

Workflow file for this run

name: CI
on:
push:
env:
CI: true
jobs:
check-spelling:
name: Check spelling
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: marshallku/actions/analyze/spell@master
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: marshallku/actions/setup/pnpm@master
- name: Build
run: pnpm build