Skip to content

Code browsing UI, security hardening, prompt builder fix (v1.5.0) #53

Code browsing UI, security hardening, prompt builder fix (v1.5.0)

Code browsing UI, security hardening, prompt builder fix (v1.5.0) #53

Workflow file for this run

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