Skip to content

fix: a hard crash left no record of the outage, so catch-up skipped it #11

fix: a hard crash left no record of the outage, so catch-up skipped it

fix: a hard crash left no record of the outage, so catch-up skipped it #11

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
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