Skip to content

fix: round-3 review — deliberate pauses, settle ordering, inert-optio… #1

fix: round-3 review — deliberate pauses, settle ordering, inert-optio…

fix: round-3 review — deliberate pauses, settle ordering, inert-optio… #1

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run typecheck
# Excludes test/live, which needs a Hookdeck project and an API key.
- run: npm test