Skip to content

chore: v0.1.0 — first reviewed preview (pre-audit) #2

chore: v0.1.0 — first reviewed preview (pre-audit)

chore: v0.1.0 — first reviewed preview (pre-audit) #2

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '22'
- run: npm ci
- run: npx tsc --noEmit
- run: npm test