Skip to content

feat: rich telemetry + installed_servers tracking (#75) #145

feat: rich telemetry + installed_servers tracking (#75)

feat: rich telemetry + installed_servers tracking (#75) #145

Workflow file for this run

name: ci
on:
push:
branches: ["main"]
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 22
cache: npm
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Typecheck
run: npm run typecheck
- name: Test
run: npm test
- name: Build
run: npm run build
- name: Packed install verification
run: npm run verify:packed-install
- name: Validate checked-in artifacts
run: npm run validate:artifacts
- name: README smoke test
run: npm run smoke