Skip to content

feat: add WalletSend component #158

feat: add WalletSend component

feat: add WalletSend component #158

Workflow file for this run

name: 'Install and test'
on:
pull_request:
types: [ opened, reopened, synchronize ]
jobs:
test:
strategy:
matrix:
node: [ 20 ]
name: Install and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: yarn
- run: cd packages/circle-demo-webapp
- run: yarn install
- run: yarn build