Skip to content

fix(web): clean up Kilo process tree #76

fix(web): clean up Kilo process tree

fix(web): clean up Kilo process tree #76

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install
run: npm ci
- name: Test
run: npm test
- name: Pack dry-run
run: npm run pack:dry