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

Add transaction link schema and related functionality; update examples and tests #415

Add transaction link schema and related functionality; update examples and tests

Add transaction link schema and related functionality; update examples and tests #415

Workflow file for this run

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