Skip to content

✨ feat(headroom): Add opt-in proxy routing extension #314

✨ feat(headroom): Add opt-in proxy routing extension

✨ feat(headroom): Add opt-in proxy routing extension #314

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "22"
cache: "npm"
- run: npm ci
- name: Test
run: npm test
- name: Typecheck
run: npm run typecheck