Skip to content

Bump version to 1.10.8 for EnterPlanMode/ExitPlanMode tool name trans… #53

Bump version to 1.10.8 for EnterPlanMode/ExitPlanMode tool name trans…

Bump version to 1.10.8 for EnterPlanMode/ExitPlanMode tool name trans… #53

Workflow file for this run

name: CI
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
- run: npm ci
- run: npm run typecheck
- run: npm run build