Skip to content

Show content preview in note/task/skill list, truncate to 500 chars i… #14

Show content preview in note/task/skill list, truncate to 500 chars i…

Show content preview in note/task/skill list, truncate to 500 chars i… #14

Workflow file for this run

name: CI
on:
push:
branches: ['**']
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- run: npm ci
- name: Build server
run: npm run build:server
- name: Run tests
run: npm test