Skip to content

fix: bulk replay sent a body Hookdeck rejects, so catch-up never worked #9

fix: bulk replay sent a body Hookdeck rejects, so catch-up never worked

fix: bulk replay sent a body Hookdeck rejects, so catch-up never worked #9

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