Skip to content

feat: implement format clone by clone method #22

feat: implement format clone by clone method

feat: implement format clone by clone method #22

Workflow file for this run

name: test
on: [push]
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm ci
- run: npm run build
env:
RUSTFLAGS: -C target-feature=+bulk-memory
- run: npm test