Skip to content

feat: add Node.js and Python bindings #26

feat: add Node.js and Python bindings

feat: add Node.js and Python bindings #26

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ "main" ]
jobs:
build:
strategy:
matrix:
os: [macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Build workspace
run: cargo build --workspace --verbose