Skip to content

Prepare v0.2.3 release and stabilize smoke test #8

Prepare v0.2.3 release and stabilize smoke test

Prepare v0.2.3 release and stabilize smoke test #8

Workflow file for this run

name: CI
on:
push:
branches: ["main"]
pull_request:
jobs:
smoke-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 24
- name: Syntax check
run: npm run check
- name: Smoke test
run: npm test