Skip to content

feat: add fullCustomerAccess option gating customer PII and payments #67

feat: add fullCustomerAccess option gating customer PII and payments

feat: add fullCustomerAccess option gating customer PII and payments #67

Workflow file for this run

name: CI
on:
push:
branches: ['**']
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Typecheck
run: npm run typecheck
- name: Lint
run: npm run lint
- name: Test (with coverage gate)
run: npm run test:coverage