Skip to content

feat: Add optimistic UI layer for Soroban transactions #32

feat: Add optimistic UI layer for Soroban transactions

feat: Add optimistic UI layer for Soroban transactions #32

Workflow file for this run

name: Vesting Dashboard Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "22"
- run: npm ci
- run: node scripts/check-contrast.mjs
- run: npm run build