Skip to content

Release 0.8.1: sync with command-code@1.32.2 #61

Release 0.8.1: sync with command-code@1.32.2

Release 0.8.1: sync with command-code@1.32.2 #61

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run typecheck
- run: npm test
- run: npm run build
# Publish-content check: the tarball must carry lib/, the bundle patch,
# README, and LICENSE.
- run: npm pack --dry-run