Skip to content
This repository was archived by the owner on Jul 21, 2026. It is now read-only.

Refactor transaction split schema: update amount description for clar… #271

Refactor transaction split schema: update amount description for clar…

Refactor transaction split schema: update amount description for clar… #271

Workflow file for this run

name: Test Luca Schema Examples
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn test