Skip to content

fix(billing): use default import for billingEvents in README example … #2177

fix(billing): use default import for billingEvents in README example …

fix(billing): use default import for billingEvents in README example … #2177

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