Skip to content

Build telemetry ingest Worker (POST /v1/ping) for SourceBans++ panel … #2

Build telemetry ingest Worker (POST /v1/ping) for SourceBans++ panel …

Build telemetry ingest Worker (POST /v1/ping) for SourceBans++ panel … #2

Workflow file for this run

name: ci
on:
pull_request:
push:
branches: [main]
jobs:
ci:
name: typecheck / lint / test / dry-run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: npm
- run: npm ci
- run: npm run typecheck
- run: npm run lint
- run: npm test
- run: npm run deploy:dry-run