Skip to content

feat: initial build — compose sanitizer #7

feat: initial build — compose sanitizer

feat: initial build — compose sanitizer #7

Workflow file for this run

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