Skip to content

Merge pull request #153 from vrtmrz/feature/note-lookup #32

Merge pull request #153 from vrtmrz/feature/note-lookup

Merge pull request #153 from vrtmrz/feature/note-lookup #32

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: "24.x"
cache: npm
- name: Install dependencies
run: npm ci
- name: Check
run: npm run check
- name: Build
run: npm run build