Skip to content

Allow setting notes directly with keyboard #163

Allow setting notes directly with keyboard

Allow setting notes directly with keyboard #163

Workflow file for this run

name: Main workflow
on:
- push
- pull_request
jobs:
build:
strategy:

Check failure on line 9 in .github/workflows/workflow.yml

View workflow run for this annotation

GitHub Actions / Main workflow

Invalid workflow file

The workflow is not valid. .github/workflows/workflow.yml (Line: 9, Col: 14): Unexpected value ''
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