Skip to content

privacy: replace personal project + email leaks with placeholders #23

privacy: replace personal project + email leaks with placeholders

privacy: replace personal project + email leaks with placeholders #23

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
defaults:
run:
working-directory: web
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
cache-dependency-path: web/package-lock.json
- run: npm ci --no-audit --no-fund
- run: npm run typecheck
- run: npm run build
env:
SENTINEL_FORCE_STUB: '1'