Skip to content

0.4.0: updated to latest tensorswap-sdk package. #7

0.4.0: updated to latest tensorswap-sdk package.

0.4.0: updated to latest tensorswap-sdk package. #7

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: yarn
- run: yarn build
- run: yarn test