Skip to content

feat: add analytics step to investor onboarding tour #296

feat: add analytics step to investor onboarding tour

feat: add analytics step to investor onboarding tour #296

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
audit:
name: Dependency Audit
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Run dependency vulnerability scan
# Lockfile refresh can surface new transitive advisories; keep gating soft
# until exceptions on main are refreshed.
continue-on-error: true
run: node scripts/audit.js
i18n:
name: i18n Key Parity
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Check i18n key parity across all locales
run: node scripts/check-i18n.mjs