Skip to content

Merge remote-tracking branch 'origin/main' #29

Merge remote-tracking branch 'origin/main'

Merge remote-tracking branch 'origin/main' #29

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@v6
- uses: actions/setup-node@v4
with:
node-version: 22.22.0
cache: npm
- run: npm ci
- run: npx tsc --noEmit
- run: npx vitest run --coverage --passWithNoTests