Skip to content

refactor: update Stripe webhook decoder to use Event type instead of StripeEvent #293

refactor: update Stripe webhook decoder to use Event type instead of StripeEvent

refactor: update Stripe webhook decoder to use Event type instead of StripeEvent #293

Workflow file for this run

name: test
on:
pull_request: { types: [opened, reopened, synchronize, ready_for_review] }
push: { branches: [ main ] }
jobs:
unit-tests:
uses: vapor/ci/.github/workflows/run-unit-tests.yml@main