Skip to content

Release 0.8.2: MiniMax M3/M2.7 Free models, Qwen 3.8 Max hourly prici… #62

Release 0.8.2: MiniMax M3/M2.7 Free models, Qwen 3.8 Max hourly prici…

Release 0.8.2: MiniMax M3/M2.7 Free models, Qwen 3.8 Max hourly prici… #62

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