Skip to content

refactor(billing): extract shared Stripe client, relax URL check in dev #2150

refactor(billing): extract shared Stripe client, relax URL check in dev

refactor(billing): extract shared Stripe client, relax URL check in dev #2150

Workflow file for this run

name: CI
on:
push:
branches: [master, main]
pull_request:
branches: [master, main]
jobs:
test:
runs-on: ubuntu-latest
services:
mongo:
image: mongo:7
ports:
- 27017:27017
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run lint
- run: npm run test:coverage