Skip to content

build: upgrade zshy to 0.7.2 #8

build: upgrade zshy to 0.7.2

build: upgrade zshy to 0.7.2 #8

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci
- run: npm run typecheck
- run: npm test
- run: npm run test:e2e