Skip to content

fix: correct the edge-rejection claim, and name a missing retry rule #17

fix: correct the edge-rejection claim, and name a missing retry rule

fix: correct the edge-rejection claim, and name a missing retry rule #17

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