Skip to content

Allow setting notes directly with keyboard (#54) #166

Allow setting notes directly with keyboard (#54)

Allow setting notes directly with keyboard (#54) #166

Workflow file for this run

name: Main workflow
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install packages
run: yarn --frozen-lockfile
- name: Build
run: yarn build