Skip to content

Release v0.1.4 with portable shell launcher. #13

Release v0.1.4 with portable shell launcher.

Release v0.1.4 with portable shell launcher. #13

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 24
cache: npm
- name: Install Node dependencies
run: npm ci
- name: Check Rust formatting
run: cargo fmt --all --check
- name: Run tests
run: npm test